22 references to StylusUpEvent
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (3)
1276public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.AddOwner(_typeofThis); 1283add { AddHandler(Stylus.StylusUpEvent, value, false); } 1284remove { RemoveHandler(Stylus.StylusUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
764EventManager.RegisterClassHandler(type, Stylus.StylusUpEvent, new StylusEventHandler(UIElement.OnStylusUpThunk), false); 3229public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.AddOwner(_typeofThis); 3236add { AddHandler(Stylus.StylusUpEvent, value, false); } 3237remove { RemoveHandler(Stylus.StylusUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
997public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.AddOwner(_typeofThis); 1004add { AddHandler(Stylus.StylusUpEvent, value, false); } 1005remove { RemoveHandler(Stylus.StylusUpEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
107UIElement.AddHandler(element, StylusUpEvent, handler); 117UIElement.RemoveHandler(element, StylusUpEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
610return Stylus.StylusUpEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
988routedEvent == Stylus.StylusUpEvent)); 1120if (stylusEventArgs.RoutedEvent == Stylus.StylusUpEvent && 1151else if (stylusEventArgs.RoutedEvent == Stylus.StylusUpEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1483if (stylusEventArgs.RoutedEvent == Stylus.StylusUpEvent && 1529routedEvent == Stylus.StylusUpEvent)); 1553else if (stylusEventArgs.RoutedEvent == Stylus.StylusUpEvent) 2876|| routedEvent == Stylus.StylusUpEvent
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1799else if (stylusEvent == Stylus.StylusUpEvent)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
74EventManager.RegisterClassHandler(ownerType, Stylus.StylusUpEvent,