Created
February 29, 2020 19:38
-
-
Save MartinZikmund/ea2e495cd8564aadeb2a11a0fdcc8d53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <summary> | |
/// The current DefaultBindMode for x:Bind bindings, as set by app code for the current Xaml subtree. | |
/// </summary> | |
private readonly Stack<string> _currentDefaultBindMode = new Stack<string>(new[] { "OneTime" }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment