22 references to StylusDownEvent
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (3)
1234public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.AddOwner(_typeofThis); 1241add { AddHandler(Stylus.StylusDownEvent, value, false); } 1242remove { RemoveHandler(Stylus.StylusDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
758EventManager.RegisterClassHandler(type, Stylus.StylusDownEvent, new StylusDownEventHandler(UIElement.OnStylusDownThunk), false); 3187public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.AddOwner(_typeofThis); 3194add { AddHandler(Stylus.StylusDownEvent, value, false); } 3195remove { RemoveHandler(Stylus.StylusDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
953public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.AddOwner(_typeofThis); 960add { AddHandler(Stylus.StylusDownEvent, value, false); } 961remove { RemoveHandler(Stylus.StylusDownEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
52UIElement.AddHandler(element, StylusDownEvent, handler); 62UIElement.RemoveHandler(element, StylusDownEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
598return Stylus.StylusDownEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
970routedEvent == Stylus.StylusDownEvent || 1033if (eventMain == Stylus.StylusDownEvent || 1130else if (stylusEventArgs.RoutedEvent == Stylus.StylusDownEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1408if (eventMain == Stylus.StylusDownEvent || 1519routedEvent == Stylus.StylusDownEvent || 1540else if (stylusEventArgs.RoutedEvent == Stylus.StylusDownEvent) 2866if (routedEvent != null && (routedEvent == Stylus.StylusDownEvent
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1778else if (stylusEvent == Stylus.StylusDownEvent)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
56EventManager.RegisterClassHandler(ownerType, Stylus.StylusDownEvent,