10 references to CommandOperation
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (1)
148CommandHelpers.InvokeCommandSource(textBox.CommandParameter, null, textBox, CommandOperation.Execute);
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (3)
646CommandHelpers.InvokeCommandSource(CommandParameter, PreviewCommandParameter, this, CommandOperation.Execute); 1684CommandHelpers.InvokeCommandSource(CommandParameter, PreviewCommandParameter, this, CommandOperation.CancelPreview); 1693CommandHelpers.InvokeCommandSource(CommandParameter, PreviewCommandParameter, this, CommandOperation.Preview);
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
152CommandHelpers.InvokeCommandSource(CommandParameter, null, this, CommandOperation.Execute);
Microsoft\Windows\Input\CommandHelpers.cs (5)
20internal static void InvokeCommandSource(object parameter, object previewParameter, ICommandSource commandSource, CommandOperation operation) 43case CommandOperation.Execute: 54case CommandOperation.Preview: 58case CommandOperation.CancelPreview: 62case CommandOperation.Execute: