Implemented interface member:
property
Command
System.Windows.Input.ICommandSource.Command
16 writes to Command
PresentationFramework (9)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
199menuItem.Command = command;
System\Windows\Controls\MenuItem.cs (1)
1319menuItem.Command = command;
System\Windows\Controls\Primitives\ScrollBar.cs (1)
888Command = command
System\windows\Documents\TextEditorContextMenu.cs (6)
495menuItem.Command = EditingCommands.CorrectSpellingError; 518Command = EditingCommands.IgnoreSpellingError 598Command = ApplicationCommands.CorrectionList 617Command = ApplicationCommands.Cut 625Command = ApplicationCommands.Copy 633Command = ApplicationCommands.Paste
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
1091Command = DocumentApplicationDocumentViewer.Sign 1098Command = DocumentApplicationDocumentViewer.RequestSigners 1105Command = DocumentApplicationDocumentViewer.ShowSignatureSummary
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (3)
339Command = RibbonCommands.AddToQuickAccessToolBarCommand 357addToOrRemoveFromQATItem.Command = RibbonCommands.RemoveFromQuickAccessToolBarCommand; 362addToOrRemoveFromQATItem.Command = RibbonCommands.AddToQuickAccessToolBarCommand;
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
364filterItem.Command = RibbonGallery.FilterCommand;
3 references to Command
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (3)
339uiCommand = menuItem.Command as RoutedUICommand; 434if (Command != null) 1125&& (routedCommand = menuItem.Command as RoutedCommand) != null )