2 references to CommandProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (2)
88
get { return (ICommand)GetValue(
CommandProperty
); }
89
set { SetValue(
CommandProperty
, value); }