5 implementations of CommandTarget
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (1)
142public IInputElement CommandTarget
PresentationFramework (4)
src\Framework\System\Windows\Controls\MenuItem.cs (1)
519public IInputElement CommandTarget
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
365public IInputElement CommandTarget
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
303public IInputElement CommandTarget
src\Framework\System\Windows\Shell\ThumbButtonInfo.cs (1)
332public IInputElement CommandTarget
2 references to CommandTarget
PresentationFramework (2)
src\Framework\MS\Internal\Commands\CommandHelpers.cs (2)
129IInputElement target = commandSource.CommandTarget; 178IInputElement target = commandSource.CommandTarget;