2 references to CommandDeviceEvent
PresentationCore (2)
System\Windows\Generated\UIElement.cs (1)
797
EventManager.RegisterClassHandler(type, CommandDevice.
CommandDeviceEvent
, new CommandDeviceEventHandler(UIElement.OnCommandDeviceThunk), false);
System\Windows\Input\Command\CommandDevice.cs (1)
104
args.RoutedEvent =
CommandDeviceEvent
;