3 references to KeyProperty
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\KeyBinding.cs (2)
149
return (Key)GetValue(
KeyProperty
);
153
SetValue(
KeyProperty
, value);
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8246
DependencyProperty dp = System.Windows.Input.KeyBinding.
KeyProperty
;