14 references to LostStylusCaptureEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1544public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.LostStylusCaptureEvent.AddOwner(_typeofThis); 1551add { AddHandler(Stylus.LostStylusCaptureEvent, value, false); } 1552remove { RemoveHandler(Stylus.LostStylusCaptureEvent, value); }
System\Windows\Generated\UIElement.cs (4)
780EventManager.RegisterClassHandler(type, Stylus.LostStylusCaptureEvent, new StylusEventHandler(UIElement.OnLostStylusCaptureThunk), false); 3497public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.LostStylusCaptureEvent.AddOwner(_typeofThis); 3504add { AddHandler(Stylus.LostStylusCaptureEvent, value, false); } 3505remove { RemoveHandler(Stylus.LostStylusCaptureEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1265public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.LostStylusCaptureEvent.AddOwner(_typeofThis); 1272add { AddHandler(Stylus.LostStylusCaptureEvent, value, false); } 1273remove { RemoveHandler(Stylus.LostStylusCaptureEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
457UIElement.AddHandler(element, LostStylusCaptureEvent, handler); 467UIElement.RemoveHandler(element, LostStylusCaptureEvent, handler);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
1073lostCapture.RoutedEvent = Stylus.LostStylusCaptureEvent;
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
663lostCapture.RoutedEvent = Stylus.LostStylusCaptureEvent;