Implemented interface member:
property
Command
System.Windows.Input.ICommandSource.Command
12 writes to Command
PresentationFramework (9)
src\Framework\MS\Internal\Documents\DocumentGridContextMenu.cs (1)
238
menuItem.
Command
= command;
src\Framework\System\Windows\Controls\MenuItem.cs (1)
1319
menuItem.
Command
= command;
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
907
menuItem.
Command
= command;
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (6)
522
menuItem.
Command
= EditingCommands.CorrectSpellingError;
542
menuItem.
Command
= EditingCommands.IgnoreSpellingError;
624
menuItem.
Command
= ApplicationCommands.CorrectionList;
649
menuItem.
Command
= ApplicationCommands.Cut;
655
menuItem.
Command
= ApplicationCommands.Copy;
667
menuItem.
Command
= ApplicationCommands.Paste;
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
227
setAsStartNode.
Command
= FlowchartDesigner.SetAsStartNodeCommand;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
364
menuItem.
Command
= null;
365
menuItem.
Command
= cmd;
10 references to Command
PresentationFramework (3)
src\Framework\System\Windows\Controls\MenuItem.cs (3)
353
uiCommand = menuItem.
Command
as RoutedUICommand;
448
if (
Command
!= null)
1125
&& (routedCommand = menuItem.
Command
as RoutedCommand) != null )
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeDesigner.xaml.cs (2)
40
p.
Command
== DesignerView.GoToParentCommand ||
41
p.
Command
== DesignerView.ExpandCommand);
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (5)
360
if (null != menuItem.
Command
)
363
ICommand cmd = menuItem.
Command
;
589
cmd => string.Equals(cmd, null != item.
Command
&& item.
Command
is RoutedCommand ? ((RoutedCommand)item.
Command
).Name : item.Name)))