Implemented interface member:
property
Command
System.Windows.Input.ICommandSource.Command
16 writes to Command
PresentationFramework (9)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
198menuItem.Command = command;
System\Windows\Controls\MenuItem.cs (1)
1323menuItem.Command = command;
System\Windows\Controls\Primitives\ScrollBar.cs (1)
886menuItem.Command = command;
System\windows\Documents\TextEditorContextMenu.cs (6)
494menuItem.Command = EditingCommands.CorrectSpellingError; 514menuItem.Command = EditingCommands.IgnoreSpellingError; 590menuItem.Command = ApplicationCommands.CorrectionList; 607menuItem.Command = ApplicationCommands.Cut; 613menuItem.Command = ApplicationCommands.Copy; 619menuItem.Command = ApplicationCommands.Paste;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
1090menuItem.Command = DocumentApplicationDocumentViewer.Sign; 1095menuItem.Command = DocumentApplicationDocumentViewer.RequestSigners; 1100menuItem.Command = DocumentApplicationDocumentViewer.ShowSignatureSummary;
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (3)
340addGalleryToQATItem.Command = RibbonCommands.AddToQuickAccessToolBarCommand; 357addToOrRemoveFromQATItem.Command = RibbonCommands.RemoveFromQuickAccessToolBarCommand; 362addToOrRemoveFromQATItem.Command = RibbonCommands.AddToQuickAccessToolBarCommand;
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
363filterItem.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 )