15 references to StylusButtonDownEvent
PresentationCore (15)
System\Windows\Generated\ContentElement.cs (3)
1563public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.AddOwner(_typeofThis); 1570add { AddHandler(Stylus.StylusButtonDownEvent, value, false); } 1571remove { RemoveHandler(Stylus.StylusButtonDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
781EventManager.RegisterClassHandler(type, Stylus.StylusButtonDownEvent, new StylusButtonEventHandler(UIElement.OnStylusButtonDownThunk), false); 3516public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.AddOwner(_typeofThis); 3523add { AddHandler(Stylus.StylusButtonDownEvent, value, false); } 3524remove { RemoveHandler(Stylus.StylusButtonDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1284public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.AddOwner(_typeofThis); 1291add { AddHandler(Stylus.StylusButtonDownEvent, value, false); } 1292remove { RemoveHandler(Stylus.StylusButtonDownEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
482UIElement.AddHandler(element, StylusButtonDownEvent, handler); 492UIElement.RemoveHandler(element, StylusButtonDownEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
629return Stylus.StylusButtonDownEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1056else if (eventMain == Stylus.StylusButtonDownEvent ||
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1423else if (eventMain == Stylus.StylusButtonDownEvent ||