10 references to CommandOperation
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (1)
150
CommandHelpers.InvokeCommandSource(textBox.CommandParameter, null, textBox,
CommandOperation
.Execute);
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (3)
646
CommandHelpers.InvokeCommandSource(CommandParameter, PreviewCommandParameter, this,
CommandOperation
.Execute);
1682
CommandHelpers.InvokeCommandSource(CommandParameter, PreviewCommandParameter, this,
CommandOperation
.CancelPreview);
1691
CommandHelpers.InvokeCommandSource(CommandParameter, PreviewCommandParameter, this,
CommandOperation
.Preview);
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
154
CommandHelpers.InvokeCommandSource(CommandParameter, null, this,
CommandOperation
.Execute);
Microsoft\Windows\Input\CommandHelpers.cs (5)
29
internal static void InvokeCommandSource(object parameter, object previewParameter, ICommandSource commandSource,
CommandOperation
operation)
52
case
CommandOperation
.Execute:
63
case
CommandOperation
.Preview:
70
case
CommandOperation
.CancelPreview:
77
case
CommandOperation
.Execute: