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