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