22 references to StylusDownEvent
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (3)
1223public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.AddOwner(_typeofThis); 1230add { AddHandler(Stylus.StylusDownEvent, value, false); } 1231remove { RemoveHandler(Stylus.StylusDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
747EventManager.RegisterClassHandler(type, Stylus.StylusDownEvent, new StylusDownEventHandler(UIElement.OnStylusDownThunk), false); 3176public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.AddOwner(_typeofThis); 3183add { AddHandler(Stylus.StylusDownEvent, value, false); } 3184remove { RemoveHandler(Stylus.StylusDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
951public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.AddOwner(_typeofThis); 958add { AddHandler(Stylus.StylusDownEvent, value, false); } 959remove { 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)
592return Stylus.StylusDownEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
972routedEvent == Stylus.StylusDownEvent || 1035if (eventMain == Stylus.StylusDownEvent || 1132else if (stylusEventArgs.RoutedEvent == Stylus.StylusDownEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1419if (eventMain == Stylus.StylusDownEvent || 1530routedEvent == Stylus.StylusDownEvent || 1551else if (stylusEventArgs.RoutedEvent == Stylus.StylusDownEvent) 2887if (routedEvent != null && (routedEvent == Stylus.StylusDownEvent
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1783else if (stylusEvent == Stylus.StylusDownEvent)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
56EventManager.RegisterClassHandler(ownerType, Stylus.StylusDownEvent,