6 references to CommandProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\Button.cs (1)
34
if (ButtonBase.
CommandProperty
!= null)
src\Framework\System\Windows\Controls\MenuItem.cs (1)
390
ButtonBase.
CommandProperty
.AddOwner(
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (2)
274
return (ICommand) GetValue(
CommandProperty
);
278
SetValue(
CommandProperty
, value);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
1813
DependencyProperty dp = System.Windows.Controls.Primitives.ButtonBase.
CommandProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1695
return System.Windows.Controls.Primitives.ButtonBase.
CommandProperty
;