14 references to GotStylusCaptureEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1507public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.AddOwner(_typeofThis); 1514add { AddHandler(Stylus.GotStylusCaptureEvent, value, false); } 1515remove { RemoveHandler(Stylus.GotStylusCaptureEvent, value); }
System\Windows\Generated\UIElement.cs (4)
761EventManager.RegisterClassHandler(type, Stylus.GotStylusCaptureEvent, new StylusEventHandler(UIElement.OnGotStylusCaptureThunk), false); 3460public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.AddOwner(_typeofThis); 3467add { AddHandler(Stylus.GotStylusCaptureEvent, value, false); } 3468remove { RemoveHandler(Stylus.GotStylusCaptureEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1237public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.AddOwner(_typeofThis); 1244add { AddHandler(Stylus.GotStylusCaptureEvent, value, false); } 1245remove { RemoveHandler(Stylus.GotStylusCaptureEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
426UIElement.AddHandler(element, GotStylusCaptureEvent, handler); 436UIElement.RemoveHandler(element, GotStylusCaptureEvent, handler);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
1059RoutedEvent = Stylus.GotStylusCaptureEvent,
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
637RoutedEvent = Stylus.GotStylusCaptureEvent,