15 references to StylusButtonUpEvent
PresentationCore (15)
System\Windows\Generated\ContentElement.cs (3)
1576public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.AddOwner(_typeofThis); 1583add { AddHandler(Stylus.StylusButtonUpEvent, value, false); } 1584remove { RemoveHandler(Stylus.StylusButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
776EventManager.RegisterClassHandler(type, Stylus.StylusButtonUpEvent, new StylusButtonEventHandler(UIElement.OnStylusButtonUpThunk), false); 3529public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.AddOwner(_typeofThis); 3536add { AddHandler(Stylus.StylusButtonUpEvent, value, false); } 3537remove { RemoveHandler(Stylus.StylusButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1295public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.AddOwner(_typeofThis); 1302add { AddHandler(Stylus.StylusButtonUpEvent, value, false); } 1303remove { 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)
614return Stylus.StylusButtonUpEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1040eventMain == Stylus.StylusButtonUpEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1415eventMain == Stylus.StylusButtonUpEvent)