22 references to StylusUpEvent
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (3)
1260
public static readonly RoutedEvent StylusUpEvent = Stylus.
StylusUpEvent
.AddOwner(_typeofThis);
1267
add { AddHandler(Stylus.
StylusUpEvent
, value, false); }
1268
remove { RemoveHandler(Stylus.
StylusUpEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
748
EventManager.RegisterClassHandler(type, Stylus.
StylusUpEvent
, new StylusEventHandler(UIElement.OnStylusUpThunk), false);
3213
public static readonly RoutedEvent StylusUpEvent = Stylus.
StylusUpEvent
.AddOwner(_typeofThis);
3220
add { AddHandler(Stylus.
StylusUpEvent
, value, false); }
3221
remove { RemoveHandler(Stylus.
StylusUpEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
990
public static readonly RoutedEvent StylusUpEvent = Stylus.
StylusUpEvent
.AddOwner(_typeofThis);
997
add { AddHandler(Stylus.
StylusUpEvent
, value, false); }
998
remove { RemoveHandler(Stylus.
StylusUpEvent
, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
101
UIElement.AddHandler(element,
StylusUpEvent
, handler);
111
UIElement.RemoveHandler(element,
StylusUpEvent
, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
593
return Stylus.
StylusUpEvent
;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
972
routedEvent == Stylus.
StylusUpEvent
));
1104
if (stylusEventArgs.RoutedEvent == Stylus.
StylusUpEvent
&&
1135
else if (stylusEventArgs.RoutedEvent == Stylus.
StylusUpEvent
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1484
if (stylusEventArgs.RoutedEvent == Stylus.
StylusUpEvent
&&
1530
routedEvent == Stylus.
StylusUpEvent
));
1554
else if (stylusEventArgs.RoutedEvent == Stylus.
StylusUpEvent
)
2887
|| routedEvent == Stylus.
StylusUpEvent
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1800
else if (stylusEvent == Stylus.
StylusUpEvent
)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
61
EventManager.RegisterClassHandler(ownerType, Stylus.
StylusUpEvent
,