Implemented interface member:
property
Command
System.Windows.Input.ICommandSource.Command
16 writes to Command
PresentationFramework (9)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
200menuItem.Command = command;
System\Windows\Controls\MenuItem.cs (1)
1323menuItem.Command = command;
System\Windows\Controls\Primitives\ScrollBar.cs (1)
889Command = command
System\windows\Documents\TextEditorContextMenu.cs (6)
496menuItem.Command = EditingCommands.CorrectSpellingError; 519Command = EditingCommands.IgnoreSpellingError 599Command = ApplicationCommands.CorrectionList 618Command = ApplicationCommands.Cut 626Command = ApplicationCommands.Copy 634Command = ApplicationCommands.Paste
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
1095Command = DocumentApplicationDocumentViewer.Sign 1102Command = DocumentApplicationDocumentViewer.RequestSigners 1109Command = DocumentApplicationDocumentViewer.ShowSignatureSummary
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (3)
340Command = RibbonCommands.AddToQuickAccessToolBarCommand 358addToOrRemoveFromQATItem.Command = RibbonCommands.RemoveFromQuickAccessToolBarCommand; 363addToOrRemoveFromQATItem.Command = RibbonCommands.AddToQuickAccessToolBarCommand;
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
365filterItem.Command = RibbonGallery.FilterCommand;
3 references to Command
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (3)
340uiCommand = menuItem.Command as RoutedUICommand; 435if (Command != null) 1129&& (routedCommand = menuItem.Command as RoutedCommand) != null )