Implemented interface member:
property
Command
System.Windows.Input.ICommandSource.Command
5 writes to Command
PresentationUI (5)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (5)
990
_infoBarDigSigButton.
Command
= DocumentApplicationDocumentViewer.ShowSignatureSummary;
1015
_infoBarRMButton.
Command
= DocumentApplicationDocumentViewer.ShowRMPermissions;
1091
RMButton.
Command
= DocumentApplicationDocumentViewer.ShowRMPermissions;
1649
RMButton.
Command
= DocumentApplicationDocumentViewer.ShowRMPermissions;
1653
RMButton.
Command
= DocumentApplicationDocumentViewer.ShowRMPublishingUI;
5 references to Command
PresentationFramework (5)
System\Windows\Automation\Peers\ButtonBaseAutomationPeer.cs (3)
37
RoutedUICommand uiCommand = ((ButtonBase)Owner).
Command
as RoutedUICommand;
53
RoutedCommand command = owner.
Command
as RoutedCommand;
82
RoutedUICommand uiCommand = bb.
Command
as RoutedUICommand;
System\Windows\Controls\Button.cs (1)
280
if ((
Command
== null) && IsCancel)
System\Windows\Controls\Primitives\ButtonBase.cs (1)
324
if (
Command
!= null)