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;
1642
RMButton.
Command
= DocumentApplicationDocumentViewer.ShowRMPermissions;
1646
RMButton.
Command
= DocumentApplicationDocumentViewer.ShowRMPublishingUI;
5 references to Command
PresentationFramework (5)
System\Windows\Automation\Peers\ButtonBaseAutomationPeer.cs (3)
24
RoutedUICommand uiCommand = ((ButtonBase)Owner).
Command
as RoutedUICommand;
40
RoutedCommand command = owner.
Command
as RoutedCommand;
69
RoutedUICommand uiCommand = bb.
Command
as RoutedUICommand;
System\Windows\Controls\Button.cs (1)
271
if ((
Command
== null) && IsCancel)
System\Windows\Controls\Primitives\ButtonBase.cs (1)
313
if (
Command
!= null)