Implemented interface member:
property
Command
System.Windows.Input.ICommandSource.Command
16 writes to Command
PresentationFramework (9)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
206menuItem.Command = command;
System\Windows\Controls\MenuItem.cs (1)
1333menuItem.Command = command;
System\Windows\Controls\Primitives\ScrollBar.cs (1)
902menuItem.Command = command;
System\windows\Documents\TextEditorContextMenu.cs (6)
496menuItem.Command = EditingCommands.CorrectSpellingError; 516menuItem.Command = EditingCommands.IgnoreSpellingError; 592menuItem.Command = ApplicationCommands.CorrectionList; 609menuItem.Command = ApplicationCommands.Cut; 615menuItem.Command = ApplicationCommands.Copy; 621menuItem.Command = ApplicationCommands.Paste;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
1097menuItem.Command = DocumentApplicationDocumentViewer.Sign; 1102menuItem.Command = DocumentApplicationDocumentViewer.RequestSigners; 1107menuItem.Command = DocumentApplicationDocumentViewer.ShowSignatureSummary;
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (3)
342addGalleryToQATItem.Command = RibbonCommands.AddToQuickAccessToolBarCommand; 359addToOrRemoveFromQATItem.Command = RibbonCommands.RemoveFromQuickAccessToolBarCommand; 364addToOrRemoveFromQATItem.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)
350uiCommand = menuItem.Command as RoutedUICommand; 445if (Command != null) 1139&& (routedCommand = menuItem.Command as RoutedCommand) != null )