Implemented interface member:
property
CommandParameter
System.Windows.Input.ICommandSource.CommandParameter
3 references to CommandParameter
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (1)
150
CommandHelpers.InvokeCommandSource(textBox.
CommandParameter
, null, textBox, CommandOperation.Execute);
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (2)
154
CommandHelpers.InvokeCommandSource(
CommandParameter
, null, this, CommandOperation.Execute);
213
CanExecute = CommandHelpers.CanExecuteCommandSource(
CommandParameter
, this);