15 references to StylusButtonDownEvent
PresentationCore (15)
System\Windows\Generated\ContentElement.cs (3)
1557public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.AddOwner(_typeofThis); 1564add { AddHandler(Stylus.StylusButtonDownEvent, value, false); } 1565remove { RemoveHandler(Stylus.StylusButtonDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
775EventManager.RegisterClassHandler(type, Stylus.StylusButtonDownEvent, new StylusButtonEventHandler(UIElement.OnStylusButtonDownThunk), false); 3510public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.AddOwner(_typeofThis); 3517add { AddHandler(Stylus.StylusButtonDownEvent, value, false); } 3518remove { RemoveHandler(Stylus.StylusButtonDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1276public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.AddOwner(_typeofThis); 1283add { AddHandler(Stylus.StylusButtonDownEvent, value, false); } 1284remove { RemoveHandler(Stylus.StylusButtonDownEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
477UIElement.AddHandler(element, StylusButtonDownEvent, handler); 487UIElement.RemoveHandler(element, StylusButtonDownEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
612return Stylus.StylusButtonDownEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1039else if (eventMain == Stylus.StylusButtonDownEvent ||
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1414else if (eventMain == Stylus.StylusButtonDownEvent ||