15 references to StylusButtonDownEvent
PresentationCore (15)
System\Windows\Generated\ContentElement.cs (3)
1545
public static readonly RoutedEvent StylusButtonDownEvent = Stylus.
StylusButtonDownEvent
.AddOwner(_typeofThis);
1552
add { AddHandler(Stylus.
StylusButtonDownEvent
, value, false); }
1553
remove { RemoveHandler(Stylus.
StylusButtonDownEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
763
EventManager.RegisterClassHandler(type, Stylus.
StylusButtonDownEvent
, new StylusButtonEventHandler(UIElement.OnStylusButtonDownThunk), false);
3498
public static readonly RoutedEvent StylusButtonDownEvent = Stylus.
StylusButtonDownEvent
.AddOwner(_typeofThis);
3505
add { AddHandler(Stylus.
StylusButtonDownEvent
, value, false); }
3506
remove { RemoveHandler(Stylus.
StylusButtonDownEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1275
public static readonly RoutedEvent StylusButtonDownEvent = Stylus.
StylusButtonDownEvent
.AddOwner(_typeofThis);
1282
add { AddHandler(Stylus.
StylusButtonDownEvent
, value, false); }
1283
remove { RemoveHandler(Stylus.
StylusButtonDownEvent
, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
476
UIElement.AddHandler(element,
StylusButtonDownEvent
, handler);
486
UIElement.RemoveHandler(element,
StylusButtonDownEvent
, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
605
return Stylus.
StylusButtonDownEvent
;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1040
else if (eventMain == Stylus.
StylusButtonDownEvent
||
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1424
else if (eventMain == Stylus.
StylusButtonDownEvent
||