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