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