5 references to InvokeCommandSource
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (1)
147CommandHelpers.InvokeCommandSource(textBox.CommandParameter, null, textBox, CommandOperation.Execute);
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (3)
645CommandHelpers.InvokeCommandSource(CommandParameter, PreviewCommandParameter, this, CommandOperation.Execute); 1683CommandHelpers.InvokeCommandSource(CommandParameter, PreviewCommandParameter, this, CommandOperation.CancelPreview); 1692CommandHelpers.InvokeCommandSource(CommandParameter, PreviewCommandParameter, this, CommandOperation.Preview);
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
151CommandHelpers.InvokeCommandSource(CommandParameter, null, this, CommandOperation.Execute);