22 references to PreviewStylusDownEvent
PresentationCore (20)
System\Windows\Generated\ContentElement.cs (3)
1204public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.AddOwner(_typeofThis); 1211add { AddHandler(Stylus.PreviewStylusDownEvent, value, false); } 1212remove { RemoveHandler(Stylus.PreviewStylusDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
746EventManager.RegisterClassHandler(type, Stylus.PreviewStylusDownEvent, new StylusDownEventHandler(UIElement.OnPreviewStylusDownThunk), false); 3157public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.AddOwner(_typeofThis); 3164add { AddHandler(Stylus.PreviewStylusDownEvent, value, false); } 3165remove { RemoveHandler(Stylus.PreviewStylusDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
932public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.AddOwner(_typeofThis); 939add { AddHandler(Stylus.PreviewStylusDownEvent, value, false); } 940remove { 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)
591if (routedEvent == Stylus.PreviewStylusDownEvent) 620previewEvent = Stylus.PreviewStylusDownEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
995if (routedEvent == Stylus.PreviewStylusDownEvent) 1036eventMain == Stylus.PreviewStylusDownEvent) 1265if (args.StagingItem.Input.RoutedEvent == Stylus.PreviewStylusDownEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1056if (e.StagingItem.Input.RoutedEvent == Stylus.PreviewStylusDownEvent) 1381if (routedEvent == Stylus.PreviewStylusDownEvent) 1420eventMain == Stylus.PreviewStylusDownEvent)
PresentationFramework (1)
System\Windows\Controls\StickyNote.cs (1)
85EventManager.RegisterClassHandler(owner, Stylus.PreviewStylusDownEvent, new StylusDownEventHandler(_OnPreviewDeviceDown<StylusDownEventArgs>));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
694routedEvent == Stylus.PreviewStylusDownEvent)