4 references to InputReportEventHandler
PresentationCore (4)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
29internal static readonly RoutedEvent PreviewInputReportEvent = GlobalEventManager.RegisterRoutedEvent("PreviewInputReport", RoutingStrategy.Tunnel, typeof(InputReportEventHandler), typeof(InputManager)); 35internal static readonly RoutedEvent InputReportEvent = GlobalEventManager.RegisterRoutedEvent("InputReport", RoutingStrategy.Bubble, typeof(InputReportEventHandler), typeof(InputManager));
Core\CSharp\System\Windows\Input\InputReportEventArgs.cs (2)
52InputReportEventHandler handler = (InputReportEventHandler) genericHandler;