1 instantiation of CommandDevice
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
152
_primaryCommandDevice = new
CommandDevice
(this);
5 references to CommandDevice
PresentationCore (5)
System\Windows\Generated\UIElement.cs (1)
793
EventManager.RegisterClassHandler(type,
CommandDevice
.CommandDeviceEvent, new CommandDeviceEventHandler(UIElement.OnCommandDeviceThunk), false);
System\Windows\Input\Command\CommandDevice.cs (2)
74
typeof(
CommandDevice
));
300
internal CommandDeviceEventArgs(
CommandDevice
commandDevice, int timestamp, ICommand command)
System\Windows\Input\InputManager.cs (2)
297
internal
CommandDevice
PrimaryCommandDevice
940
private
CommandDevice
_primaryCommandDevice;