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