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