1 instantiation of CommandDevice
PresentationCore (1)
Core\CSharp\System\Windows\Input\InputManager.cs (1)
190
_primaryCommandDevice = new
CommandDevice
(this);
5 references to CommandDevice
PresentationCore (5)
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
862
EventManager.RegisterClassHandler(type,
CommandDevice
.CommandDeviceEvent, new CommandDeviceEventHandler(UIElement.OnCommandDeviceThunk), false);
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (2)
98
typeof(
CommandDevice
));
329
internal CommandDeviceEventArgs(
CommandDevice
commandDevice, int timestamp, ICommand command)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
456
internal
CommandDevice
PrimaryCommandDevice
1186
private
CommandDevice
_primaryCommandDevice;