22 references to StylusUpEvent
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (3)
1272public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.AddOwner(_typeofThis); 1279add { AddHandler(Stylus.StylusUpEvent, value, false); } 1280remove { RemoveHandler(Stylus.StylusUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
760EventManager.RegisterClassHandler(type, Stylus.StylusUpEvent, new StylusEventHandler(UIElement.OnStylusUpThunk), false); 3225public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.AddOwner(_typeofThis); 3232add { AddHandler(Stylus.StylusUpEvent, value, false); } 3233remove { RemoveHandler(Stylus.StylusUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
991public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.AddOwner(_typeofThis); 998add { AddHandler(Stylus.StylusUpEvent, value, false); } 999remove { RemoveHandler(Stylus.StylusUpEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
102UIElement.AddHandler(element, StylusUpEvent, handler); 112UIElement.RemoveHandler(element, StylusUpEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
600return Stylus.StylusUpEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
971routedEvent == Stylus.StylusUpEvent)); 1103if (stylusEventArgs.RoutedEvent == Stylus.StylusUpEvent && 1134else if (stylusEventArgs.RoutedEvent == Stylus.StylusUpEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1474if (stylusEventArgs.RoutedEvent == Stylus.StylusUpEvent && 1520routedEvent == Stylus.StylusUpEvent)); 1544else if (stylusEventArgs.RoutedEvent == Stylus.StylusUpEvent) 2867|| routedEvent == Stylus.StylusUpEvent
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1796else if (stylusEvent == Stylus.StylusUpEvent)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
62EventManager.RegisterClassHandler(ownerType, Stylus.StylusUpEvent,