14 references to GotStylusCaptureEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1525public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.AddOwner(_typeofThis); 1532add { AddHandler(Stylus.GotStylusCaptureEvent, value, false); } 1533remove { RemoveHandler(Stylus.GotStylusCaptureEvent, value); }
System\Windows\Generated\UIElement.cs (4)
779EventManager.RegisterClassHandler(type, Stylus.GotStylusCaptureEvent, new StylusEventHandler(UIElement.OnGotStylusCaptureThunk), false); 3478public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.AddOwner(_typeofThis); 3485add { AddHandler(Stylus.GotStylusCaptureEvent, value, false); } 3486remove { RemoveHandler(Stylus.GotStylusCaptureEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1246public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.AddOwner(_typeofThis); 1253add { AddHandler(Stylus.GotStylusCaptureEvent, value, false); } 1254remove { RemoveHandler(Stylus.GotStylusCaptureEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
432UIElement.AddHandler(element, GotStylusCaptureEvent, handler); 442UIElement.RemoveHandler(element, GotStylusCaptureEvent, handler);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
1080gotCapture.RoutedEvent = Stylus.GotStylusCaptureEvent;
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
670gotCapture.RoutedEvent = Stylus.GotStylusCaptureEvent;