1 reference to OnKeyPropertyChanged
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\KeyBinding.cs (1)
140
DependencyProperty.Register("Key", typeof(Key), typeof(KeyBinding), new UIPropertyMetadata(Key.None, new PropertyChangedCallback(
OnKeyPropertyChanged
)));