22 references to StylusUpEvent
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (3)
1260public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.AddOwner(_typeofThis); 1267add { AddHandler(Stylus.StylusUpEvent, value, false); } 1268remove { RemoveHandler(Stylus.StylusUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
748EventManager.RegisterClassHandler(type, Stylus.StylusUpEvent, new StylusEventHandler(UIElement.OnStylusUpThunk), false); 3213public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.AddOwner(_typeofThis); 3220add { AddHandler(Stylus.StylusUpEvent, value, false); } 3221remove { RemoveHandler(Stylus.StylusUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
990public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.AddOwner(_typeofThis); 997add { AddHandler(Stylus.StylusUpEvent, value, false); } 998remove { RemoveHandler(Stylus.StylusUpEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
101UIElement.AddHandler(element, StylusUpEvent, handler); 111UIElement.RemoveHandler(element, StylusUpEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
593return Stylus.StylusUpEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
972routedEvent == Stylus.StylusUpEvent)); 1104if (stylusEventArgs.RoutedEvent == Stylus.StylusUpEvent && 1135else if (stylusEventArgs.RoutedEvent == Stylus.StylusUpEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1484if (stylusEventArgs.RoutedEvent == Stylus.StylusUpEvent && 1530routedEvent == Stylus.StylusUpEvent)); 1554else if (stylusEventArgs.RoutedEvent == Stylus.StylusUpEvent) 2887|| routedEvent == Stylus.StylusUpEvent
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1800else if (stylusEvent == Stylus.StylusUpEvent)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
61EventManager.RegisterClassHandler(ownerType, Stylus.StylusUpEvent,