22 references to StylusUpEvent
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (3)
1276
public static readonly RoutedEvent StylusUpEvent = Stylus.
StylusUpEvent
.AddOwner(_typeofThis);
1283
add { AddHandler(Stylus.
StylusUpEvent
, value, false); }
1284
remove { RemoveHandler(Stylus.
StylusUpEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
764
EventManager.RegisterClassHandler(type, Stylus.
StylusUpEvent
, new StylusEventHandler(UIElement.OnStylusUpThunk), false);
3229
public static readonly RoutedEvent StylusUpEvent = Stylus.
StylusUpEvent
.AddOwner(_typeofThis);
3236
add { AddHandler(Stylus.
StylusUpEvent
, value, false); }
3237
remove { RemoveHandler(Stylus.
StylusUpEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
997
public static readonly RoutedEvent StylusUpEvent = Stylus.
StylusUpEvent
.AddOwner(_typeofThis);
1004
add { AddHandler(Stylus.
StylusUpEvent
, value, false); }
1005
remove { RemoveHandler(Stylus.
StylusUpEvent
, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
107
UIElement.AddHandler(element,
StylusUpEvent
, handler);
117
UIElement.RemoveHandler(element,
StylusUpEvent
, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
610
return Stylus.
StylusUpEvent
;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
988
routedEvent == Stylus.
StylusUpEvent
));
1120
if (stylusEventArgs.RoutedEvent == Stylus.
StylusUpEvent
&&
1151
else if (stylusEventArgs.RoutedEvent == Stylus.
StylusUpEvent
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1483
if (stylusEventArgs.RoutedEvent == Stylus.
StylusUpEvent
&&
1529
routedEvent == Stylus.
StylusUpEvent
));
1553
else if (stylusEventArgs.RoutedEvent == Stylus.
StylusUpEvent
)
2876
|| routedEvent == Stylus.
StylusUpEvent
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1799
else if (stylusEvent == Stylus.
StylusUpEvent
)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
74
EventManager.RegisterClassHandler(ownerType, Stylus.
StylusUpEvent
,