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)
83
okButton.
Command
= DesignerView.CommitCommand;
5 references to Command
PresentationFramework (5)
src\Framework\System\Windows\Automation\Peers\ButtonBaseAutomationPeer.cs (3)
34
RoutedUICommand uiCommand = ((ButtonBase)Owner).
Command
as RoutedUICommand;
50
RoutedCommand command = owner.
Command
as RoutedCommand;
79
RoutedUICommand uiCommand = bb.
Command
as RoutedUICommand;
src\Framework\System\Windows\Controls\Button.cs (1)
277
if ((
Command
== null) && IsCancel)
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
319
if (
Command
!= null)