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