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