3 references to KeyProperty
PresentationCore (2)
System\Windows\Input\Command\KeyBinding.cs (2)
142
return (Key)GetValue(
KeyProperty
);
146
SetValue(
KeyProperty
, value);
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8288
DependencyProperty dp = System.Windows.Input.KeyBinding.
KeyProperty
;