22 references to StylusDownEvent
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (3)
1222public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.AddOwner(_typeofThis); 1229add { AddHandler(Stylus.StylusDownEvent, value, false); } 1230remove { RemoveHandler(Stylus.StylusDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
746EventManager.RegisterClassHandler(type, Stylus.StylusDownEvent, new StylusDownEventHandler(UIElement.OnStylusDownThunk), false); 3175public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.AddOwner(_typeofThis); 3182add { AddHandler(Stylus.StylusDownEvent, value, false); } 3183remove { RemoveHandler(Stylus.StylusDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
952public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.AddOwner(_typeofThis); 959add { AddHandler(Stylus.StylusDownEvent, value, false); } 960remove { RemoveHandler(Stylus.StylusDownEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
51UIElement.AddHandler(element, StylusDownEvent, handler); 61UIElement.RemoveHandler(element, StylusDownEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
591return Stylus.StylusDownEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
971routedEvent == Stylus.StylusDownEvent || 1034if (eventMain == Stylus.StylusDownEvent || 1131else if (stylusEventArgs.RoutedEvent == Stylus.StylusDownEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1418if (eventMain == Stylus.StylusDownEvent || 1529routedEvent == Stylus.StylusDownEvent || 1550else if (stylusEventArgs.RoutedEvent == Stylus.StylusDownEvent) 2886if (routedEvent != null && (routedEvent == Stylus.StylusDownEvent
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1782else if (stylusEvent == Stylus.StylusDownEvent)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
55EventManager.RegisterClassHandler(ownerType, Stylus.StylusDownEvent,