22 references to StylusDownEvent
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (3)
1240public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.AddOwner(_typeofThis); 1247add { AddHandler(Stylus.StylusDownEvent, value, false); } 1248remove { RemoveHandler(Stylus.StylusDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
764EventManager.RegisterClassHandler(type, Stylus.StylusDownEvent, new StylusDownEventHandler(UIElement.OnStylusDownThunk), false); 3193public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.AddOwner(_typeofThis); 3200add { AddHandler(Stylus.StylusDownEvent, value, false); } 3201remove { RemoveHandler(Stylus.StylusDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
961public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.AddOwner(_typeofThis); 968add { AddHandler(Stylus.StylusDownEvent, value, false); } 969remove { RemoveHandler(Stylus.StylusDownEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
57UIElement.AddHandler(element, StylusDownEvent, handler); 67UIElement.RemoveHandler(element, StylusDownEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
615return Stylus.StylusDownEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
987routedEvent == Stylus.StylusDownEvent || 1050if (eventMain == Stylus.StylusDownEvent || 1147else if (stylusEventArgs.RoutedEvent == Stylus.StylusDownEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1417if (eventMain == Stylus.StylusDownEvent || 1528routedEvent == Stylus.StylusDownEvent || 1549else if (stylusEventArgs.RoutedEvent == Stylus.StylusDownEvent) 2875if (routedEvent != null && (routedEvent == Stylus.StylusDownEvent
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1812else if (stylusEvent == Stylus.StylusDownEvent)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
68EventManager.RegisterClassHandler(ownerType, Stylus.StylusDownEvent,