14 references to GotStylusCaptureEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1508public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.AddOwner(_typeofThis); 1515add { AddHandler(Stylus.GotStylusCaptureEvent, value, false); } 1516remove { RemoveHandler(Stylus.GotStylusCaptureEvent, value); }
System\Windows\Generated\UIElement.cs (4)
762EventManager.RegisterClassHandler(type, Stylus.GotStylusCaptureEvent, new StylusEventHandler(UIElement.OnGotStylusCaptureThunk), false); 3461public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.AddOwner(_typeofThis); 3468add { AddHandler(Stylus.GotStylusCaptureEvent, value, false); } 3469remove { RemoveHandler(Stylus.GotStylusCaptureEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1236public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.AddOwner(_typeofThis); 1243add { AddHandler(Stylus.GotStylusCaptureEvent, value, false); } 1244remove { RemoveHandler(Stylus.GotStylusCaptureEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
427UIElement.AddHandler(element, GotStylusCaptureEvent, handler); 437UIElement.RemoveHandler(element, GotStylusCaptureEvent, handler);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
1060RoutedEvent = Stylus.GotStylusCaptureEvent,
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
638RoutedEvent = Stylus.GotStylusCaptureEvent,