22 references to PreviewStylusDownEvent
PresentationCore (20)
System\Windows\Generated\ContentElement.cs (3)
1215public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.AddOwner(_typeofThis); 1222add { AddHandler(Stylus.PreviewStylusDownEvent, value, false); } 1223remove { RemoveHandler(Stylus.PreviewStylusDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
757EventManager.RegisterClassHandler(type, Stylus.PreviewStylusDownEvent, new StylusDownEventHandler(UIElement.OnPreviewStylusDownThunk), false); 3168public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.AddOwner(_typeofThis); 3175add { AddHandler(Stylus.PreviewStylusDownEvent, value, false); } 3176remove { RemoveHandler(Stylus.PreviewStylusDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
934public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.AddOwner(_typeofThis); 941add { AddHandler(Stylus.PreviewStylusDownEvent, value, false); } 942remove { RemoveHandler(Stylus.PreviewStylusDownEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
27UIElement.AddHandler(element, PreviewStylusDownEvent, handler); 37UIElement.RemoveHandler(element, PreviewStylusDownEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (2)
597if (routedEvent == Stylus.PreviewStylusDownEvent) 626previewEvent = Stylus.PreviewStylusDownEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
993if (routedEvent == Stylus.PreviewStylusDownEvent) 1034eventMain == Stylus.PreviewStylusDownEvent) 1263if (args.StagingItem.Input.RoutedEvent == Stylus.PreviewStylusDownEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1047if (e.StagingItem.Input.RoutedEvent == Stylus.PreviewStylusDownEvent) 1370if (routedEvent == Stylus.PreviewStylusDownEvent) 1409eventMain == Stylus.PreviewStylusDownEvent)
PresentationFramework (1)
System\Windows\Controls\StickyNote.cs (1)
96EventManager.RegisterClassHandler(owner, Stylus.PreviewStylusDownEvent, new StylusDownEventHandler(_OnPreviewDeviceDown<StylusDownEventArgs>));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
697routedEvent == Stylus.PreviewStylusDownEvent)