3 references to CommandProperty
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (2)
89
return (ICommand)GetValue(
CommandProperty
);
93
SetValue(
CommandProperty
, value);
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7308
DependencyProperty dp = System.Windows.Input.InputBinding.
CommandProperty
;