Implemented interface member:
property
Command
System.Windows.Input.ICommandSource.Command
2 references to Command
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (1)
110
RoutedUICommand uiCommand = ((RibbonTextBox)Owner).
Command
as RoutedUICommand;
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
211
if (
Command
!= null)