4 references to InputReportEventHandler
PresentationCore (4)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
29
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));
Core\CSharp\System\Windows\Input\InputReportEventArgs.cs (2)
52
InputReportEventHandler
handler = (
InputReportEventHandler
) genericHandler;