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)
148CommandHelpers.InvokeCommandSource(textBox.CommandParameter, null, textBox, CommandOperation.Execute);
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (2)
152CommandHelpers.InvokeCommandSource(CommandParameter, null, this, CommandOperation.Execute); 211CanExecute = CommandHelpers.CanExecuteCommandSource(CommandParameter, this);