22 references to StylusDownEvent
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (3)
1223
public static readonly RoutedEvent StylusDownEvent = Stylus.
StylusDownEvent
.AddOwner(_typeofThis);
1230
add { AddHandler(Stylus.
StylusDownEvent
, value, false); }
1231
remove { RemoveHandler(Stylus.
StylusDownEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
747
EventManager.RegisterClassHandler(type, Stylus.
StylusDownEvent
, new StylusDownEventHandler(UIElement.OnStylusDownThunk), false);
3176
public static readonly RoutedEvent StylusDownEvent = Stylus.
StylusDownEvent
.AddOwner(_typeofThis);
3183
add { AddHandler(Stylus.
StylusDownEvent
, value, false); }
3184
remove { RemoveHandler(Stylus.
StylusDownEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
951
public static readonly RoutedEvent StylusDownEvent = Stylus.
StylusDownEvent
.AddOwner(_typeofThis);
958
add { AddHandler(Stylus.
StylusDownEvent
, value, false); }
959
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)
592
return Stylus.
StylusDownEvent
;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
972
routedEvent == Stylus.
StylusDownEvent
||
1035
if (eventMain == Stylus.
StylusDownEvent
||
1132
else if (stylusEventArgs.RoutedEvent == Stylus.
StylusDownEvent
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1419
if (eventMain == Stylus.
StylusDownEvent
||
1530
routedEvent == Stylus.
StylusDownEvent
||
1551
else if (stylusEventArgs.RoutedEvent == Stylus.
StylusDownEvent
)
2887
if (routedEvent != null && (routedEvent == Stylus.
StylusDownEvent
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1783
else if (stylusEvent == Stylus.
StylusDownEvent
)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
56
EventManager.RegisterClassHandler(ownerType, Stylus.
StylusDownEvent
,