22 references to PreviewStylusDownEvent
PresentationCore (20)
System\Windows\Generated\ContentElement.cs (3)
1221public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.AddOwner(_typeofThis); 1228add { AddHandler(Stylus.PreviewStylusDownEvent, value, false); } 1229remove { RemoveHandler(Stylus.PreviewStylusDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
763EventManager.RegisterClassHandler(type, Stylus.PreviewStylusDownEvent, new StylusDownEventHandler(UIElement.OnPreviewStylusDownThunk), false); 3174public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.AddOwner(_typeofThis); 3181add { AddHandler(Stylus.PreviewStylusDownEvent, value, false); } 3182remove { RemoveHandler(Stylus.PreviewStylusDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
942public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.AddOwner(_typeofThis); 949add { AddHandler(Stylus.PreviewStylusDownEvent, value, false); } 950remove { RemoveHandler(Stylus.PreviewStylusDownEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
32UIElement.AddHandler(element, PreviewStylusDownEvent, handler); 42UIElement.RemoveHandler(element, PreviewStylusDownEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (2)
614if (routedEvent == Stylus.PreviewStylusDownEvent) 643previewEvent = Stylus.PreviewStylusDownEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
1010if (routedEvent == Stylus.PreviewStylusDownEvent) 1051eventMain == Stylus.PreviewStylusDownEvent) 1280if (args.StagingItem.Input.RoutedEvent == Stylus.PreviewStylusDownEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1056if (e.StagingItem.Input.RoutedEvent == Stylus.PreviewStylusDownEvent) 1379if (routedEvent == Stylus.PreviewStylusDownEvent) 1418eventMain == Stylus.PreviewStylusDownEvent)
PresentationFramework (1)
System\Windows\Controls\StickyNote.cs (1)
112EventManager.RegisterClassHandler(owner, Stylus.PreviewStylusDownEvent, new StylusDownEventHandler(_OnPreviewDeviceDown<StylusDownEventArgs>));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
699routedEvent == Stylus.PreviewStylusDownEvent)