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