14 references to PreviewStylusButtonUpEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1618
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.
PreviewStylusButtonUpEvent
.AddOwner(_typeofThis);
1625
add { AddHandler(Stylus.
PreviewStylusButtonUpEvent
, value, false); }
1626
remove { RemoveHandler(Stylus.
PreviewStylusButtonUpEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
782
EventManager.RegisterClassHandler(type, Stylus.
PreviewStylusButtonUpEvent
, new StylusButtonEventHandler(UIElement.OnPreviewStylusButtonUpThunk), false);
3571
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.
PreviewStylusButtonUpEvent
.AddOwner(_typeofThis);
3578
add { AddHandler(Stylus.
PreviewStylusButtonUpEvent
, value, false); }
3579
remove { RemoveHandler(Stylus.
PreviewStylusButtonUpEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1339
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.
PreviewStylusButtonUpEvent
.AddOwner(_typeofThis);
1346
add { AddHandler(Stylus.
PreviewStylusButtonUpEvent
, value, false); }
1347
remove { RemoveHandler(Stylus.
PreviewStylusButtonUpEvent
, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
560
UIElement.AddHandler(element,
PreviewStylusButtonUpEvent
, handler);
570
UIElement.RemoveHandler(element,
PreviewStylusButtonUpEvent
, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
623
if (routedEvent == Stylus.
PreviewStylusButtonUpEvent
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2910
args.RoutedEvent = Stylus.
PreviewStylusButtonUpEvent
;