100 references to StylusEventHandler
PresentationCore (100)
System\Windows\Generated\ContentElement.cs (14)
1262public event StylusEventHandler PreviewStylusUp 1281public event StylusEventHandler StylusUp 1300public event StylusEventHandler PreviewStylusMove 1319public event StylusEventHandler StylusMove 1338public event StylusEventHandler PreviewStylusInAirMove 1357public event StylusEventHandler StylusInAirMove 1376public event StylusEventHandler StylusEnter 1395public event StylusEventHandler StylusLeave 1414public event StylusEventHandler PreviewStylusInRange 1433public event StylusEventHandler StylusInRange 1452public event StylusEventHandler PreviewStylusOutOfRange 1471public event StylusEventHandler StylusOutOfRange 1528public event StylusEventHandler GotStylusCapture 1547public event StylusEventHandler LostStylusCapture
System\Windows\Generated\UIElement.cs (14)
3215public event StylusEventHandler PreviewStylusUp 3234public event StylusEventHandler StylusUp 3253public event StylusEventHandler PreviewStylusMove 3272public event StylusEventHandler StylusMove 3291public event StylusEventHandler PreviewStylusInAirMove 3310public event StylusEventHandler StylusInAirMove 3329public event StylusEventHandler StylusEnter 3348public event StylusEventHandler StylusLeave 3367public event StylusEventHandler PreviewStylusInRange 3386public event StylusEventHandler StylusInRange 3405public event StylusEventHandler PreviewStylusOutOfRange 3424public event StylusEventHandler StylusOutOfRange 3481public event StylusEventHandler GotStylusCapture 3500public event StylusEventHandler LostStylusCapture
System\Windows\Generated\UIElement3D.cs (14)
983public event StylusEventHandler PreviewStylusUp 1002public event StylusEventHandler StylusUp 1021public event StylusEventHandler PreviewStylusMove 1040public event StylusEventHandler StylusMove 1059public event StylusEventHandler PreviewStylusInAirMove 1078public event StylusEventHandler StylusInAirMove 1097public event StylusEventHandler StylusEnter 1116public event StylusEventHandler StylusLeave 1135public event StylusEventHandler PreviewStylusInRange 1154public event StylusEventHandler StylusInRange 1173public event StylusEventHandler PreviewStylusOutOfRange 1192public event StylusEventHandler StylusOutOfRange 1249public event StylusEventHandler GotStylusCapture 1268public event StylusEventHandler LostStylusCapture
System\Windows\IInputElement.cs (14)
170event StylusEventHandler PreviewStylusUp; 175event StylusEventHandler StylusUp; 180event StylusEventHandler PreviewStylusMove; 185event StylusEventHandler StylusMove; 190event StylusEventHandler PreviewStylusInAirMove; 195event StylusEventHandler StylusInAirMove; 200event StylusEventHandler StylusEnter; 205event StylusEventHandler StylusLeave; 210event StylusEventHandler PreviewStylusInRange; 215event StylusEventHandler StylusInRange; 220event StylusEventHandler PreviewStylusOutOfRange; 225event StylusEventHandler StylusOutOfRange; 265event StylusEventHandler GotStylusCapture; 270event StylusEventHandler LostStylusCapture;
System\Windows\Input\Stylus\Common\Stylus.cs (42)
73public static readonly RoutedEvent PreviewStylusUpEvent = EventManager.RegisterRoutedEvent("PreviewStylusUp", RoutingStrategy.Tunnel, typeof(StylusEventHandler), typeof(Stylus)); 80public static void AddPreviewStylusUpHandler(DependencyObject element, StylusEventHandler handler) 90public static void RemovePreviewStylusUpHandler(DependencyObject element, StylusEventHandler handler) 98public static readonly RoutedEvent StylusUpEvent = EventManager.RegisterRoutedEvent("StylusUp", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 105public static void AddStylusUpHandler(DependencyObject element, StylusEventHandler handler) 115public static void RemoveStylusUpHandler(DependencyObject element, StylusEventHandler handler) 123public static readonly RoutedEvent PreviewStylusMoveEvent = EventManager.RegisterRoutedEvent("PreviewStylusMove", RoutingStrategy.Tunnel, typeof(StylusEventHandler), typeof(Stylus)); 130public static void AddPreviewStylusMoveHandler(DependencyObject element, StylusEventHandler handler) 140public static void RemovePreviewStylusMoveHandler(DependencyObject element, StylusEventHandler handler) 148public static readonly RoutedEvent StylusMoveEvent = EventManager.RegisterRoutedEvent("StylusMove", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 155public static void AddStylusMoveHandler(DependencyObject element, StylusEventHandler handler) 165public static void RemoveStylusMoveHandler(DependencyObject element, StylusEventHandler handler) 173public static readonly RoutedEvent PreviewStylusInAirMoveEvent = EventManager.RegisterRoutedEvent("PreviewStylusInAirMove", RoutingStrategy.Tunnel, typeof(StylusEventHandler), typeof(Stylus)); 180public static void AddPreviewStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) 190public static void RemovePreviewStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) 198public static readonly RoutedEvent StylusInAirMoveEvent = EventManager.RegisterRoutedEvent("StylusInAirMove", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 205public static void AddStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) 215public static void RemoveStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) 223public static readonly RoutedEvent StylusEnterEvent = EventManager.RegisterRoutedEvent("StylusEnter", RoutingStrategy.Direct, typeof(StylusEventHandler), typeof(Stylus)); 230public static void AddStylusEnterHandler(DependencyObject element, StylusEventHandler handler) 240public static void RemoveStylusEnterHandler(DependencyObject element, StylusEventHandler handler) 248public static readonly RoutedEvent StylusLeaveEvent = EventManager.RegisterRoutedEvent("StylusLeave", RoutingStrategy.Direct, typeof(StylusEventHandler), typeof(Stylus)); 255public static void AddStylusLeaveHandler(DependencyObject element, StylusEventHandler handler) 265public static void RemoveStylusLeaveHandler(DependencyObject element, StylusEventHandler handler) 273public static readonly RoutedEvent PreviewStylusInRangeEvent = EventManager.RegisterRoutedEvent("PreviewStylusInRange", RoutingStrategy.Tunnel, typeof(StylusEventHandler), typeof(Stylus)); 280public static void AddPreviewStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) 290public static void RemovePreviewStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) 298public static readonly RoutedEvent StylusInRangeEvent = EventManager.RegisterRoutedEvent("StylusInRange", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 305public static void AddStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) 315public static void RemoveStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) 323public static readonly RoutedEvent PreviewStylusOutOfRangeEvent = EventManager.RegisterRoutedEvent("PreviewStylusOutOfRange", RoutingStrategy.Tunnel, typeof(StylusEventHandler), typeof(Stylus)); 330public static void AddPreviewStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) 340public static void RemovePreviewStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) 348public static readonly RoutedEvent StylusOutOfRangeEvent = EventManager.RegisterRoutedEvent("StylusOutOfRange", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 355public static void AddStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) 365public static void RemoveStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) 423public static readonly RoutedEvent GotStylusCaptureEvent = EventManager.RegisterRoutedEvent("GotStylusCapture", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 430public static void AddGotStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) 440public static void RemoveGotStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) 448public static readonly RoutedEvent LostStylusCaptureEvent = EventManager.RegisterRoutedEvent("LostStylusCapture", RoutingStrategy.Bubble, typeof(StylusEventHandler), typeof(Stylus)); 455public static void AddLostStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) 465public static void RemoveLostStylusCaptureHandler(DependencyObject element, StylusEventHandler handler)
System\Windows\Input\Stylus\Common\StylusEventArgs.cs (2)
125StylusEventHandler handler = (StylusEventHandler) genericHandler;