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