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)
793EventManager.RegisterClassHandler(type, CommandDevice.CommandDeviceEvent, new CommandDeviceEventHandler(UIElement.OnCommandDeviceThunk), false);
System\Windows\Input\Command\CommandDevice.cs (2)
74typeof(CommandDevice)); 300internal CommandDeviceEventArgs(CommandDevice commandDevice, int timestamp, ICommand command)
System\Windows\Input\InputManager.cs (2)
297internal CommandDevice PrimaryCommandDevice 940private CommandDevice _primaryCommandDevice;