8 implementations of Command
PresentationCore (1)
System\Windows\Input\Command\InputBinding.cs (1)
69
public ICommand
Command
PresentationFramework (4)
System\Windows\Controls\MenuItem.cs (1)
398
public ICommand
Command
System\Windows\Controls\Primitives\ButtonBase.cs (1)
275
public ICommand
Command
System\Windows\Documents\Hyperlink.cs (1)
160
public ICommand
Command
System\Windows\Shell\ThumbButtonInfo.cs (1)
322
public ICommand
Command
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2798
public ICommand
Command
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
338
public ICommand
Command
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
88
public ICommand
Command
5 references to Command
PresentationFramework (2)
MS\Internal\Commands\CommandHelpers.cs (2)
121
ICommand command = commandSource.
Command
;
158
ICommand command = commandSource.
Command
;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1480
return commandSource.
Command
;
Microsoft\Windows\Input\CommandHelpers.cs (2)
31
ICommand command = commandSource.
Command
;
93
ICommand command = commandSource.
Command
;