1 instantiation of CommandDevice
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
160
_primaryCommandDevice = new
CommandDevice
(this);
5 references to CommandDevice
PresentationCore (5)
System\Windows\Generated\UIElement.cs (1)
797
EventManager.RegisterClassHandler(type,
CommandDevice
.CommandDeviceEvent, new CommandDeviceEventHandler(UIElement.OnCommandDeviceThunk), false);
System\Windows\Input\Command\CommandDevice.cs (2)
81
typeof(
CommandDevice
));
307
internal CommandDeviceEventArgs(
CommandDevice
commandDevice, int timestamp, ICommand command)
System\Windows\Input\InputManager.cs (2)
305
internal
CommandDevice
PrimaryCommandDevice
948
private
CommandDevice
_primaryCommandDevice;