Last active
April 25, 2017 11:22
-
-
Save atzimler/b577cdff980c80aea3b51fe02a3e6c55 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
| 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