15 references to StylusButtonUpEvent
PresentationCore (15)
System\Windows\Generated\ContentElement.cs (3)
1565public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.AddOwner(_typeofThis); 1572add { AddHandler(Stylus.StylusButtonUpEvent, value, false); } 1573remove { RemoveHandler(Stylus.StylusButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
765EventManager.RegisterClassHandler(type, Stylus.StylusButtonUpEvent, new StylusButtonEventHandler(UIElement.OnStylusButtonUpThunk), false); 3518public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.AddOwner(_typeofThis); 3525add { AddHandler(Stylus.StylusButtonUpEvent, value, false); } 3526remove { RemoveHandler(Stylus.StylusButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1293public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.AddOwner(_typeofThis); 1300add { AddHandler(Stylus.StylusButtonUpEvent, value, false); } 1301remove { RemoveHandler(Stylus.StylusButtonUpEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
503UIElement.AddHandler(element, StylusButtonUpEvent, handler); 513UIElement.RemoveHandler(element, StylusButtonUpEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
608return Stylus.StylusButtonUpEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1042eventMain == Stylus.StylusButtonUpEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1426eventMain == Stylus.StylusButtonUpEvent)