22 references to StylusUpEvent
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (3)
1272
public static readonly RoutedEvent StylusUpEvent = Stylus.
StylusUpEvent
.AddOwner(_typeofThis);
1279
add { AddHandler(Stylus.
StylusUpEvent
, value, false); }
1280
remove { RemoveHandler(Stylus.
StylusUpEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
760
EventManager.RegisterClassHandler(type, Stylus.
StylusUpEvent
, new StylusEventHandler(UIElement.OnStylusUpThunk), false);
3225
public static readonly RoutedEvent StylusUpEvent = Stylus.
StylusUpEvent
.AddOwner(_typeofThis);
3232
add { AddHandler(Stylus.
StylusUpEvent
, value, false); }
3233
remove { RemoveHandler(Stylus.
StylusUpEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
991
public static readonly RoutedEvent StylusUpEvent = Stylus.
StylusUpEvent
.AddOwner(_typeofThis);
998
add { AddHandler(Stylus.
StylusUpEvent
, value, false); }
999
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)
600
return Stylus.
StylusUpEvent
;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
971
routedEvent == Stylus.
StylusUpEvent
));
1103
if (stylusEventArgs.RoutedEvent == Stylus.
StylusUpEvent
&&
1134
else if (stylusEventArgs.RoutedEvent == Stylus.
StylusUpEvent
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1474
if (stylusEventArgs.RoutedEvent == Stylus.
StylusUpEvent
&&
1520
routedEvent == Stylus.
StylusUpEvent
));
1544
else if (stylusEventArgs.RoutedEvent == Stylus.
StylusUpEvent
)
2867
|| routedEvent == Stylus.
StylusUpEvent
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1796
else if (stylusEvent == Stylus.
StylusUpEvent
)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
62
EventManager.RegisterClassHandler(ownerType, Stylus.
StylusUpEvent
,