3 references to CommandProperty
PresentationCore (2)
System\Windows\Input\Command\InputBinding.cs (2)
73
return (ICommand)GetValue(
CommandProperty
);
77
SetValue(
CommandProperty
, value);
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7350
DependencyProperty dp = System.Windows.Input.InputBinding.
CommandProperty
;