14 references to PreviewStylusButtonUpEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1602
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.
PreviewStylusButtonUpEvent
.AddOwner(_typeofThis);
1609
add { AddHandler(Stylus.
PreviewStylusButtonUpEvent
, value, false); }
1610
remove { RemoveHandler(Stylus.
PreviewStylusButtonUpEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
766
EventManager.RegisterClassHandler(type, Stylus.
PreviewStylusButtonUpEvent
, new StylusButtonEventHandler(UIElement.OnPreviewStylusButtonUpThunk), false);
3555
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.
PreviewStylusButtonUpEvent
.AddOwner(_typeofThis);
3562
add { AddHandler(Stylus.
PreviewStylusButtonUpEvent
, value, false); }
3563
remove { RemoveHandler(Stylus.
PreviewStylusButtonUpEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1332
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.
PreviewStylusButtonUpEvent
.AddOwner(_typeofThis);
1339
add { AddHandler(Stylus.
PreviewStylusButtonUpEvent
, value, false); }
1340
remove { RemoveHandler(Stylus.
PreviewStylusButtonUpEvent
, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
554
UIElement.AddHandler(element,
PreviewStylusButtonUpEvent
, handler);
564
UIElement.RemoveHandler(element,
PreviewStylusButtonUpEvent
, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
606
if (routedEvent == Stylus.
PreviewStylusButtonUpEvent
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2923
args.RoutedEvent = Stylus.
PreviewStylusButtonUpEvent
;