7 references to CommandHelpers
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (1)
148
CommandHelpers
.InvokeCommandSource(textBox.CommandParameter, null, textBox, CommandOperation.Execute);
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (4)
644
CommandHelpers
.InvokeCommandSource(CommandParameter, PreviewCommandParameter, this, CommandOperation.Execute);
1680
CommandHelpers
.InvokeCommandSource(CommandParameter, PreviewCommandParameter, this, CommandOperation.CancelPreview);
1689
CommandHelpers
.InvokeCommandSource(CommandParameter, PreviewCommandParameter, this, CommandOperation.Preview);
2921
CanExecute =
CommandHelpers
.CanExecuteCommandSource(CommandParameter, this);
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (2)
152
CommandHelpers
.InvokeCommandSource(CommandParameter, null, this, CommandOperation.Execute);
211
CanExecute =
CommandHelpers
.CanExecuteCommandSource(CommandParameter, this);