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