Implemented interface member:
property
Command
System.Windows.Input.ICommandSource.Command
5 writes to Command
PresentationUI (5)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (5)
983
_infoBarDigSigButton.
Command
= DocumentApplicationDocumentViewer.ShowSignatureSummary;
1008
_infoBarRMButton.
Command
= DocumentApplicationDocumentViewer.ShowRMPermissions;
1084
RMButton.
Command
= DocumentApplicationDocumentViewer.ShowRMPermissions;
1652
RMButton.
Command
= DocumentApplicationDocumentViewer.ShowRMPermissions;
1656
RMButton.
Command
= DocumentApplicationDocumentViewer.ShowRMPublishingUI;
5 references to Command
PresentationFramework (5)
System\Windows\Automation\Peers\ButtonBaseAutomationPeer.cs (3)
23
RoutedUICommand uiCommand = ((ButtonBase)Owner).
Command
as RoutedUICommand;
39
RoutedCommand command = owner.
Command
as RoutedCommand;
68
RoutedUICommand uiCommand = bb.
Command
as RoutedUICommand;
System\Windows\Controls\Button.cs (1)
269
if ((
Command
== null) && IsCancel)
System\Windows\Controls\Primitives\ButtonBase.cs (1)
312
if (
Command
!= null)