100 references to StylusEventHandler
PresentationCore (100)
System\Windows\Generated\ContentElement.cs (14)
1247public event StylusEventHandler PreviewStylusUp 1266public event StylusEventHandler StylusUp 1285public event StylusEventHandler PreviewStylusMove 1304public event StylusEventHandler StylusMove 1323public event StylusEventHandler PreviewStylusInAirMove 1342public event StylusEventHandler StylusInAirMove 1361public event StylusEventHandler StylusEnter 1380public event StylusEventHandler StylusLeave 1399public event StylusEventHandler PreviewStylusInRange 1418public event StylusEventHandler StylusInRange 1437public event StylusEventHandler PreviewStylusOutOfRange 1456public event StylusEventHandler StylusOutOfRange 1513public event StylusEventHandler GotStylusCapture 1532public event StylusEventHandler LostStylusCapture
System\Windows\Generated\UIElement.cs (14)
3200public event StylusEventHandler PreviewStylusUp 3219public event StylusEventHandler StylusUp 3238public event StylusEventHandler PreviewStylusMove 3257public event StylusEventHandler StylusMove 3276public event StylusEventHandler PreviewStylusInAirMove 3295public event StylusEventHandler StylusInAirMove 3314public event StylusEventHandler StylusEnter 3333public event StylusEventHandler StylusLeave 3352public event StylusEventHandler PreviewStylusInRange 3371public event StylusEventHandler StylusInRange 3390public event StylusEventHandler PreviewStylusOutOfRange 3409public event StylusEventHandler StylusOutOfRange 3466public event StylusEventHandler GotStylusCapture 3485public event StylusEventHandler LostStylusCapture
System\Windows\Generated\UIElement3D.cs (14)
977public event StylusEventHandler PreviewStylusUp 996public event StylusEventHandler StylusUp 1015public event StylusEventHandler PreviewStylusMove 1034public event StylusEventHandler StylusMove 1053public event StylusEventHandler PreviewStylusInAirMove 1072public event StylusEventHandler StylusInAirMove 1091public event StylusEventHandler StylusEnter 1110public event StylusEventHandler StylusLeave 1129public event StylusEventHandler PreviewStylusInRange 1148public event StylusEventHandler StylusInRange 1167public event StylusEventHandler PreviewStylusOutOfRange 1186public event StylusEventHandler StylusOutOfRange 1243public event StylusEventHandler GotStylusCapture 1262public event StylusEventHandler LostStylusCapture
System\Windows\IInputElement.cs (14)
169event StylusEventHandler PreviewStylusUp; 174event StylusEventHandler StylusUp; 179event StylusEventHandler PreviewStylusMove; 184event StylusEventHandler StylusMove; 189event StylusEventHandler PreviewStylusInAirMove; 194event StylusEventHandler StylusInAirMove; 199event StylusEventHandler StylusEnter; 204event StylusEventHandler StylusLeave; 209event StylusEventHandler PreviewStylusInRange; 214event StylusEventHandler StylusInRange; 219event StylusEventHandler PreviewStylusOutOfRange; 224event StylusEventHandler StylusOutOfRange; 264event StylusEventHandler GotStylusCapture; 269event StylusEventHandler LostStylusCapture;
System\Windows\Input\Stylus\Common\Stylus.cs (42)
68public static readonly RoutedEvent PreviewStylusUpEvent = EventManager.RegisterRoutedEvent("PreviewStylusUp", RoutingStrategy.Tunnel, typeof(StylusEventHandler), typeof(Stylus)); 75public static void AddPreviewStylusUpHandler(DependencyObject element, StylusEventHandler handler) 85public static void RemovePreviewStylusUpHandler(DependencyObject element, StylusEventHandler handler) 93public static readonly RoutedEvent StylusUpEvent = EventManager.RegisterRoutedEvent("StylusUp", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 100public static void AddStylusUpHandler(DependencyObject element, StylusEventHandler handler) 110public static void RemoveStylusUpHandler(DependencyObject element, StylusEventHandler handler) 118public static readonly RoutedEvent PreviewStylusMoveEvent = EventManager.RegisterRoutedEvent("PreviewStylusMove", RoutingStrategy.Tunnel, typeof(StylusEventHandler), typeof(Stylus)); 125public static void AddPreviewStylusMoveHandler(DependencyObject element, StylusEventHandler handler) 135public static void RemovePreviewStylusMoveHandler(DependencyObject element, StylusEventHandler handler) 143public static readonly RoutedEvent StylusMoveEvent = EventManager.RegisterRoutedEvent("StylusMove", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 150public static void AddStylusMoveHandler(DependencyObject element, StylusEventHandler handler) 160public static void RemoveStylusMoveHandler(DependencyObject element, StylusEventHandler handler) 168public static readonly RoutedEvent PreviewStylusInAirMoveEvent = EventManager.RegisterRoutedEvent("PreviewStylusInAirMove", RoutingStrategy.Tunnel, typeof(StylusEventHandler), typeof(Stylus)); 175public static void AddPreviewStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) 185public static void RemovePreviewStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) 193public static readonly RoutedEvent StylusInAirMoveEvent = EventManager.RegisterRoutedEvent("StylusInAirMove", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 200public static void AddStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) 210public static void RemoveStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) 218public static readonly RoutedEvent StylusEnterEvent = EventManager.RegisterRoutedEvent("StylusEnter", RoutingStrategy.Direct, typeof(StylusEventHandler), typeof(Stylus)); 225public static void AddStylusEnterHandler(DependencyObject element, StylusEventHandler handler) 235public static void RemoveStylusEnterHandler(DependencyObject element, StylusEventHandler handler) 243public static readonly RoutedEvent StylusLeaveEvent = EventManager.RegisterRoutedEvent("StylusLeave", RoutingStrategy.Direct, typeof(StylusEventHandler), typeof(Stylus)); 250public static void AddStylusLeaveHandler(DependencyObject element, StylusEventHandler handler) 260public static void RemoveStylusLeaveHandler(DependencyObject element, StylusEventHandler handler) 268public static readonly RoutedEvent PreviewStylusInRangeEvent = EventManager.RegisterRoutedEvent("PreviewStylusInRange", RoutingStrategy.Tunnel, typeof(StylusEventHandler), typeof(Stylus)); 275public static void AddPreviewStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) 285public static void RemovePreviewStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) 293public static readonly RoutedEvent StylusInRangeEvent = EventManager.RegisterRoutedEvent("StylusInRange", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 300public static void AddStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) 310public static void RemoveStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) 318public static readonly RoutedEvent PreviewStylusOutOfRangeEvent = EventManager.RegisterRoutedEvent("PreviewStylusOutOfRange", RoutingStrategy.Tunnel, typeof(StylusEventHandler), typeof(Stylus)); 325public static void AddPreviewStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) 335public static void RemovePreviewStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) 343public static readonly RoutedEvent StylusOutOfRangeEvent = EventManager.RegisterRoutedEvent("StylusOutOfRange", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 350public static void AddStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) 360public static void RemoveStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) 418public static readonly RoutedEvent GotStylusCaptureEvent = EventManager.RegisterRoutedEvent("GotStylusCapture", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 425public static void AddGotStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) 435public static void RemoveGotStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) 443public static readonly RoutedEvent LostStylusCaptureEvent = EventManager.RegisterRoutedEvent("LostStylusCapture", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 450public static void AddLostStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) 460public static void RemoveLostStylusCaptureHandler(DependencyObject element, StylusEventHandler handler)
System\Windows\Input\Stylus\Common\StylusEventArgs.cs (2)
121StylusEventHandler handler = (StylusEventHandler) genericHandler;