22 references to StylusDownEvent
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (3)
1234
public static readonly RoutedEvent StylusDownEvent = Stylus.
StylusDownEvent
.AddOwner(_typeofThis);
1241
add { AddHandler(Stylus.
StylusDownEvent
, value, false); }
1242
remove { RemoveHandler(Stylus.
StylusDownEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
758
EventManager.RegisterClassHandler(type, Stylus.
StylusDownEvent
, new StylusDownEventHandler(UIElement.OnStylusDownThunk), false);
3187
public static readonly RoutedEvent StylusDownEvent = Stylus.
StylusDownEvent
.AddOwner(_typeofThis);
3194
add { AddHandler(Stylus.
StylusDownEvent
, value, false); }
3195
remove { RemoveHandler(Stylus.
StylusDownEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
953
public static readonly RoutedEvent StylusDownEvent = Stylus.
StylusDownEvent
.AddOwner(_typeofThis);
960
add { AddHandler(Stylus.
StylusDownEvent
, value, false); }
961
remove { RemoveHandler(Stylus.
StylusDownEvent
, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
52
UIElement.AddHandler(element,
StylusDownEvent
, handler);
62
UIElement.RemoveHandler(element,
StylusDownEvent
, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
598
return Stylus.
StylusDownEvent
;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
970
routedEvent == Stylus.
StylusDownEvent
||
1033
if (eventMain == Stylus.
StylusDownEvent
||
1130
else if (stylusEventArgs.RoutedEvent == Stylus.
StylusDownEvent
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1408
if (eventMain == Stylus.
StylusDownEvent
||
1519
routedEvent == Stylus.
StylusDownEvent
||
1540
else if (stylusEventArgs.RoutedEvent == Stylus.
StylusDownEvent
)
2866
if (routedEvent != null && (routedEvent == Stylus.
StylusDownEvent
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1778
else if (stylusEvent == Stylus.
StylusDownEvent
)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
56
EventManager.RegisterClassHandler(ownerType, Stylus.
StylusDownEvent
,