100 references to StylusEventHandler
PresentationCore (100)
System\Windows\Generated\ContentElement.cs (14)
1246public event StylusEventHandler PreviewStylusUp 1265public event StylusEventHandler StylusUp 1284public event StylusEventHandler PreviewStylusMove 1303public event StylusEventHandler StylusMove 1322public event StylusEventHandler PreviewStylusInAirMove 1341public event StylusEventHandler StylusInAirMove 1360public event StylusEventHandler StylusEnter 1379public event StylusEventHandler StylusLeave 1398public event StylusEventHandler PreviewStylusInRange 1417public event StylusEventHandler StylusInRange 1436public event StylusEventHandler PreviewStylusOutOfRange 1455public event StylusEventHandler StylusOutOfRange 1512public event StylusEventHandler GotStylusCapture 1531public event StylusEventHandler LostStylusCapture
System\Windows\Generated\UIElement.cs (14)
3199public event StylusEventHandler PreviewStylusUp 3218public event StylusEventHandler StylusUp 3237public event StylusEventHandler PreviewStylusMove 3256public event StylusEventHandler StylusMove 3275public event StylusEventHandler PreviewStylusInAirMove 3294public event StylusEventHandler StylusInAirMove 3313public event StylusEventHandler StylusEnter 3332public event StylusEventHandler StylusLeave 3351public event StylusEventHandler PreviewStylusInRange 3370public event StylusEventHandler StylusInRange 3389public event StylusEventHandler PreviewStylusOutOfRange 3408public event StylusEventHandler StylusOutOfRange 3465public event StylusEventHandler GotStylusCapture 3484public event StylusEventHandler LostStylusCapture
System\Windows\Generated\UIElement3D.cs (14)
976public event StylusEventHandler PreviewStylusUp 995public event StylusEventHandler StylusUp 1014public event StylusEventHandler PreviewStylusMove 1033public event StylusEventHandler StylusMove 1052public event StylusEventHandler PreviewStylusInAirMove 1071public event StylusEventHandler StylusInAirMove 1090public event StylusEventHandler StylusEnter 1109public event StylusEventHandler StylusLeave 1128public event StylusEventHandler PreviewStylusInRange 1147public event StylusEventHandler StylusInRange 1166public event StylusEventHandler PreviewStylusOutOfRange 1185public event StylusEventHandler StylusOutOfRange 1242public event StylusEventHandler GotStylusCapture 1261public event StylusEventHandler LostStylusCapture
System\Windows\IInputElement.cs (14)
168event StylusEventHandler PreviewStylusUp; 173event StylusEventHandler StylusUp; 178event StylusEventHandler PreviewStylusMove; 183event StylusEventHandler StylusMove; 188event StylusEventHandler PreviewStylusInAirMove; 193event StylusEventHandler StylusInAirMove; 198event StylusEventHandler StylusEnter; 203event StylusEventHandler StylusLeave; 208event StylusEventHandler PreviewStylusInRange; 213event StylusEventHandler StylusInRange; 218event StylusEventHandler PreviewStylusOutOfRange; 223event StylusEventHandler StylusOutOfRange; 263event StylusEventHandler GotStylusCapture; 268event StylusEventHandler LostStylusCapture;
System\Windows\Input\Stylus\Common\Stylus.cs (42)
67public static readonly RoutedEvent PreviewStylusUpEvent = EventManager.RegisterRoutedEvent("PreviewStylusUp", RoutingStrategy.Tunnel, typeof(StylusEventHandler), typeof(Stylus)); 74public static void AddPreviewStylusUpHandler(DependencyObject element, StylusEventHandler handler) 84public static void RemovePreviewStylusUpHandler(DependencyObject element, StylusEventHandler handler) 92public static readonly RoutedEvent StylusUpEvent = EventManager.RegisterRoutedEvent("StylusUp", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 99public static void AddStylusUpHandler(DependencyObject element, StylusEventHandler handler) 109public static void RemoveStylusUpHandler(DependencyObject element, StylusEventHandler handler) 117public static readonly RoutedEvent PreviewStylusMoveEvent = EventManager.RegisterRoutedEvent("PreviewStylusMove", RoutingStrategy.Tunnel, typeof(StylusEventHandler), typeof(Stylus)); 124public static void AddPreviewStylusMoveHandler(DependencyObject element, StylusEventHandler handler) 134public static void RemovePreviewStylusMoveHandler(DependencyObject element, StylusEventHandler handler) 142public static readonly RoutedEvent StylusMoveEvent = EventManager.RegisterRoutedEvent("StylusMove", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 149public static void AddStylusMoveHandler(DependencyObject element, StylusEventHandler handler) 159public static void RemoveStylusMoveHandler(DependencyObject element, StylusEventHandler handler) 167public static readonly RoutedEvent PreviewStylusInAirMoveEvent = EventManager.RegisterRoutedEvent("PreviewStylusInAirMove", RoutingStrategy.Tunnel, typeof(StylusEventHandler), typeof(Stylus)); 174public static void AddPreviewStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) 184public static void RemovePreviewStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) 192public static readonly RoutedEvent StylusInAirMoveEvent = EventManager.RegisterRoutedEvent("StylusInAirMove", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 199public static void AddStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) 209public static void RemoveStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) 217public static readonly RoutedEvent StylusEnterEvent = EventManager.RegisterRoutedEvent("StylusEnter", RoutingStrategy.Direct, typeof(StylusEventHandler), typeof(Stylus)); 224public static void AddStylusEnterHandler(DependencyObject element, StylusEventHandler handler) 234public static void RemoveStylusEnterHandler(DependencyObject element, StylusEventHandler handler) 242public static readonly RoutedEvent StylusLeaveEvent = EventManager.RegisterRoutedEvent("StylusLeave", RoutingStrategy.Direct, typeof(StylusEventHandler), typeof(Stylus)); 249public static void AddStylusLeaveHandler(DependencyObject element, StylusEventHandler handler) 259public static void RemoveStylusLeaveHandler(DependencyObject element, StylusEventHandler handler) 267public static readonly RoutedEvent PreviewStylusInRangeEvent = EventManager.RegisterRoutedEvent("PreviewStylusInRange", RoutingStrategy.Tunnel, typeof(StylusEventHandler), typeof(Stylus)); 274public static void AddPreviewStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) 284public static void RemovePreviewStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) 292public static readonly RoutedEvent StylusInRangeEvent = EventManager.RegisterRoutedEvent("StylusInRange", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 299public static void AddStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) 309public static void RemoveStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) 317public static readonly RoutedEvent PreviewStylusOutOfRangeEvent = EventManager.RegisterRoutedEvent("PreviewStylusOutOfRange", RoutingStrategy.Tunnel, typeof(StylusEventHandler), typeof(Stylus)); 324public static void AddPreviewStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) 334public static void RemovePreviewStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) 342public static readonly RoutedEvent StylusOutOfRangeEvent = EventManager.RegisterRoutedEvent("StylusOutOfRange", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 349public static void AddStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) 359public static void RemoveStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) 417public static readonly RoutedEvent GotStylusCaptureEvent = EventManager.RegisterRoutedEvent("GotStylusCapture", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 424public static void AddGotStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) 434public static void RemoveGotStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) 442public static readonly RoutedEvent LostStylusCaptureEvent = EventManager.RegisterRoutedEvent("LostStylusCapture", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 449public static void AddLostStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) 459public static void RemoveLostStylusCaptureHandler(DependencyObject element, StylusEventHandler handler)
System\Windows\Input\Stylus\Common\StylusEventArgs.cs (2)
120StylusEventHandler handler = (StylusEventHandler) genericHandler;