Skip to content

Instantly share code, notes, and snippets.

@atzimler
Last active April 25, 2017 11:22
Show Gist options
  • Select an option

  • Save atzimler/b577cdff980c80aea3b51fe02a3e6c55 to your computer and use it in GitHub Desktop.

Select an option

Save atzimler/b577cdff980c80aea3b51fe02a3e6c55 to your computer and use it in GitHub Desktop.
private static readonly DependencyPropertyKey ResultPropertyKey =
DependencyProperty.RegisterReadOnly(nameof(Result),
typeof(int),
typeof(AddCalculation),
new PropertyMetadata(0));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment