14 references to PreviewStylusButtonUpEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1614
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.
PreviewStylusButtonUpEvent
.AddOwner(_typeofThis);
1621
add { AddHandler(Stylus.
PreviewStylusButtonUpEvent
, value, false); }
1622
remove { RemoveHandler(Stylus.
PreviewStylusButtonUpEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
778
EventManager.RegisterClassHandler(type, Stylus.
PreviewStylusButtonUpEvent
, new StylusButtonEventHandler(UIElement.OnPreviewStylusButtonUpThunk), false);
3567
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.
PreviewStylusButtonUpEvent
.AddOwner(_typeofThis);
3574
add { AddHandler(Stylus.
PreviewStylusButtonUpEvent
, value, false); }
3575
remove { RemoveHandler(Stylus.
PreviewStylusButtonUpEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1333
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.
PreviewStylusButtonUpEvent
.AddOwner(_typeofThis);
1340
add { AddHandler(Stylus.
PreviewStylusButtonUpEvent
, value, false); }
1341
remove { RemoveHandler(Stylus.
PreviewStylusButtonUpEvent
, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
555
UIElement.AddHandler(element,
PreviewStylusButtonUpEvent
, handler);
565
UIElement.RemoveHandler(element,
PreviewStylusButtonUpEvent
, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
613
if (routedEvent == Stylus.
PreviewStylusButtonUpEvent
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2901
args.RoutedEvent = Stylus.
PreviewStylusButtonUpEvent
;