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