22 references to StylusUpEvent
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (3)
1261
public static readonly RoutedEvent StylusUpEvent = Stylus.
StylusUpEvent
.AddOwner(_typeofThis);
1268
add { AddHandler(Stylus.
StylusUpEvent
, value, false); }
1269
remove { RemoveHandler(Stylus.
StylusUpEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
749
EventManager.RegisterClassHandler(type, Stylus.
StylusUpEvent
, new StylusEventHandler(UIElement.OnStylusUpThunk), false);
3214
public static readonly RoutedEvent StylusUpEvent = Stylus.
StylusUpEvent
.AddOwner(_typeofThis);
3221
add { AddHandler(Stylus.
StylusUpEvent
, value, false); }
3222
remove { RemoveHandler(Stylus.
StylusUpEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
989
public static readonly RoutedEvent StylusUpEvent = Stylus.
StylusUpEvent
.AddOwner(_typeofThis);
996
add { AddHandler(Stylus.
StylusUpEvent
, value, false); }
997
remove { RemoveHandler(Stylus.
StylusUpEvent
, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
102
UIElement.AddHandler(element,
StylusUpEvent
, handler);
112
UIElement.RemoveHandler(element,
StylusUpEvent
, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
594
return Stylus.
StylusUpEvent
;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
973
routedEvent == Stylus.
StylusUpEvent
));
1105
if (stylusEventArgs.RoutedEvent == Stylus.
StylusUpEvent
&&
1136
else if (stylusEventArgs.RoutedEvent == Stylus.
StylusUpEvent
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1485
if (stylusEventArgs.RoutedEvent == Stylus.
StylusUpEvent
&&
1531
routedEvent == Stylus.
StylusUpEvent
));
1555
else if (stylusEventArgs.RoutedEvent == Stylus.
StylusUpEvent
)
2888
|| routedEvent == Stylus.
StylusUpEvent
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1801
else if (stylusEvent == Stylus.
StylusUpEvent
)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
62
EventManager.RegisterClassHandler(ownerType, Stylus.
StylusUpEvent
,