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; 1091RMButton.Command = DocumentApplicationDocumentViewer.ShowRMPermissions; 1649RMButton.Command = DocumentApplicationDocumentViewer.ShowRMPermissions; 1653RMButton.Command = DocumentApplicationDocumentViewer.ShowRMPublishingUI;
5 references to Command
PresentationFramework (5)
System\Windows\Automation\Peers\ButtonBaseAutomationPeer.cs (3)
37RoutedUICommand uiCommand = ((ButtonBase)Owner).Command as RoutedUICommand; 53RoutedCommand command = owner.Command as RoutedCommand; 82RoutedUICommand uiCommand = bb.Command as RoutedUICommand;
System\Windows\Controls\Button.cs (1)
280if ((Command == null) && IsCancel)
System\Windows\Controls\Primitives\ButtonBase.cs (1)
324if (Command != null)