Implemented interface member:
property
CommandParameter
System.Windows.Input.ICommandSource.CommandParameter
4 references to CommandParameter
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (4)
646CommandHelpers.InvokeCommandSource(CommandParameter, PreviewCommandParameter, this, CommandOperation.Execute); 1682CommandHelpers.InvokeCommandSource(CommandParameter, PreviewCommandParameter, this, CommandOperation.CancelPreview); 1691CommandHelpers.InvokeCommandSource(CommandParameter, PreviewCommandParameter, this, CommandOperation.Preview); 2923CanExecute = CommandHelpers.CanExecuteCommandSource(CommandParameter, this);