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