5 implementations of Command
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (1)
85
public ICommand
Command
PresentationFramework (4)
src\Framework\System\Windows\Controls\MenuItem.cs (1)
401
public ICommand
Command
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
270
public ICommand
Command
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
162
public ICommand
Command
src\Framework\System\Windows\Shell\ThumbButtonInfo.cs (1)
320
public ICommand
Command
2 references to Command
PresentationFramework (2)
src\Framework\MS\Internal\Commands\CommandHelpers.cs (2)
125
ICommand command = commandSource.
Command
;
174
ICommand command = commandSource.
Command
;