15 references to StylusButtonUpEvent
PresentationCore (15)
System\Windows\Generated\ContentElement.cs (3)
1580
public static readonly RoutedEvent StylusButtonUpEvent = Stylus.
StylusButtonUpEvent
.AddOwner(_typeofThis);
1587
add { AddHandler(Stylus.
StylusButtonUpEvent
, value, false); }
1588
remove { RemoveHandler(Stylus.
StylusButtonUpEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
780
EventManager.RegisterClassHandler(type, Stylus.
StylusButtonUpEvent
, new StylusButtonEventHandler(UIElement.OnStylusButtonUpThunk), false);
3533
public static readonly RoutedEvent StylusButtonUpEvent = Stylus.
StylusButtonUpEvent
.AddOwner(_typeofThis);
3540
add { AddHandler(Stylus.
StylusButtonUpEvent
, value, false); }
3541
remove { RemoveHandler(Stylus.
StylusButtonUpEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1301
public static readonly RoutedEvent StylusButtonUpEvent = Stylus.
StylusButtonUpEvent
.AddOwner(_typeofThis);
1308
add { AddHandler(Stylus.
StylusButtonUpEvent
, value, false); }
1309
remove { RemoveHandler(Stylus.
StylusButtonUpEvent
, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
508
UIElement.AddHandler(element,
StylusButtonUpEvent
, handler);
518
UIElement.RemoveHandler(element,
StylusButtonUpEvent
, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
624
return Stylus.
StylusButtonUpEvent
;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1057
eventMain == Stylus.
StylusButtonUpEvent
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1424
eventMain == Stylus.
StylusButtonUpEvent
)