22 references to StylusUpEvent
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (3)
1278public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.AddOwner(_typeofThis); 1285add { AddHandler(Stylus.StylusUpEvent, value, false); } 1286remove { RemoveHandler(Stylus.StylusUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
766EventManager.RegisterClassHandler(type, Stylus.StylusUpEvent, new StylusEventHandler(UIElement.OnStylusUpThunk), false); 3231public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.AddOwner(_typeofThis); 3238add { AddHandler(Stylus.StylusUpEvent, value, false); } 3239remove { RemoveHandler(Stylus.StylusUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
999public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.AddOwner(_typeofThis); 1006add { AddHandler(Stylus.StylusUpEvent, value, false); } 1007remove { 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)
617return 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)
1830else if (stylusEvent == Stylus.StylusUpEvent)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
74EventManager.RegisterClassHandler(ownerType, Stylus.StylusUpEvent,