Implemented interface member:
property
Command
System.Windows.Input.ICommandSource.Command
1 write to Command
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionValueEditor.cs (1)
83okButton.Command = DesignerView.CommitCommand;
5 references to Command
PresentationFramework (5)
src\Framework\System\Windows\Automation\Peers\ButtonBaseAutomationPeer.cs (3)
34RoutedUICommand uiCommand = ((ButtonBase)Owner).Command as RoutedUICommand; 50RoutedCommand command = owner.Command as RoutedCommand; 79RoutedUICommand uiCommand = bb.Command as RoutedUICommand;
src\Framework\System\Windows\Controls\Button.cs (1)
277if ((Command == null) && IsCancel)
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
319if (Command != null)