22 references to PreviewStylusDownEvent
PresentationCore (20)
System\Windows\Generated\ContentElement.cs (3)
1203public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.AddOwner(_typeofThis); 1210add { AddHandler(Stylus.PreviewStylusDownEvent, value, false); } 1211remove { RemoveHandler(Stylus.PreviewStylusDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
745EventManager.RegisterClassHandler(type, Stylus.PreviewStylusDownEvent, new StylusDownEventHandler(UIElement.OnPreviewStylusDownThunk), false); 3156public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.AddOwner(_typeofThis); 3163add { AddHandler(Stylus.PreviewStylusDownEvent, value, false); } 3164remove { RemoveHandler(Stylus.PreviewStylusDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
933public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.AddOwner(_typeofThis); 940add { AddHandler(Stylus.PreviewStylusDownEvent, value, false); } 941remove { RemoveHandler(Stylus.PreviewStylusDownEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
26UIElement.AddHandler(element, PreviewStylusDownEvent, handler); 36UIElement.RemoveHandler(element, PreviewStylusDownEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (2)
590if (routedEvent == Stylus.PreviewStylusDownEvent) 619previewEvent = Stylus.PreviewStylusDownEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
994if (routedEvent == Stylus.PreviewStylusDownEvent) 1035eventMain == Stylus.PreviewStylusDownEvent) 1264if (args.StagingItem.Input.RoutedEvent == Stylus.PreviewStylusDownEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1055if (e.StagingItem.Input.RoutedEvent == Stylus.PreviewStylusDownEvent) 1380if (routedEvent == Stylus.PreviewStylusDownEvent) 1419eventMain == Stylus.PreviewStylusDownEvent)
PresentationFramework (1)
System\Windows\Controls\StickyNote.cs (1)
84EventManager.RegisterClassHandler(owner, Stylus.PreviewStylusDownEvent, new StylusDownEventHandler(_OnPreviewDeviceDown<StylusDownEventArgs>));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
693routedEvent == Stylus.PreviewStylusDownEvent)