22 references to StylusDownEvent
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (3)
1238
public static readonly RoutedEvent StylusDownEvent = Stylus.
StylusDownEvent
.AddOwner(_typeofThis);
1245
add { AddHandler(Stylus.
StylusDownEvent
, value, false); }
1246
remove { RemoveHandler(Stylus.
StylusDownEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
762
EventManager.RegisterClassHandler(type, Stylus.
StylusDownEvent
, new StylusDownEventHandler(UIElement.OnStylusDownThunk), false);
3191
public static readonly RoutedEvent StylusDownEvent = Stylus.
StylusDownEvent
.AddOwner(_typeofThis);
3198
add { AddHandler(Stylus.
StylusDownEvent
, value, false); }
3199
remove { RemoveHandler(Stylus.
StylusDownEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
959
public static readonly RoutedEvent StylusDownEvent = Stylus.
StylusDownEvent
.AddOwner(_typeofThis);
966
add { AddHandler(Stylus.
StylusDownEvent
, value, false); }
967
remove { RemoveHandler(Stylus.
StylusDownEvent
, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
57
UIElement.AddHandler(element,
StylusDownEvent
, handler);
67
UIElement.RemoveHandler(element,
StylusDownEvent
, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
608
return Stylus.
StylusDownEvent
;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
987
routedEvent == Stylus.
StylusDownEvent
||
1050
if (eventMain == Stylus.
StylusDownEvent
||
1147
else if (stylusEventArgs.RoutedEvent == Stylus.
StylusDownEvent
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1417
if (eventMain == Stylus.
StylusDownEvent
||
1528
routedEvent == Stylus.
StylusDownEvent
||
1549
else if (stylusEventArgs.RoutedEvent == Stylus.
StylusDownEvent
)
2875
if (routedEvent != null && (routedEvent == Stylus.
StylusDownEvent
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1781
else if (stylusEvent == Stylus.
StylusDownEvent
)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
68
EventManager.RegisterClassHandler(ownerType, Stylus.
StylusDownEvent
,