Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created February 29, 2020 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinZikmund/ea2e495cd8564aadeb2a11a0fdcc8d53 to your computer and use it in GitHub Desktop.
Save MartinZikmund/ea2e495cd8564aadeb2a11a0fdcc8d53 to your computer and use it in GitHub Desktop.
/// <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