Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save atzimler/2ae2b05358804f40eb17a4b147542f2a to your computer and use it in GitHub Desktop.
public static readonly DependencyProperty NumberProperty =
DependencyProperty.Register(nameof(Number),
typeof(int),
typeof(MultiplyByTwo),
new PropertyMetadata(0, CalculateResult));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment