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)
862EventManager.RegisterClassHandler(type, CommandDevice.CommandDeviceEvent, new CommandDeviceEventHandler(UIElement.OnCommandDeviceThunk), false);
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (2)
98typeof(CommandDevice)); 329internal CommandDeviceEventArgs(CommandDevice commandDevice, int timestamp, ICommand command)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
456internal CommandDevice PrimaryCommandDevice 1186private CommandDevice _primaryCommandDevice;