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