14 references to LostStylusCaptureEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1542
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.
LostStylusCaptureEvent
.AddOwner(_typeofThis);
1549
add { AddHandler(Stylus.
LostStylusCaptureEvent
, value, false); }
1550
remove { RemoveHandler(Stylus.
LostStylusCaptureEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
778
EventManager.RegisterClassHandler(type, Stylus.
LostStylusCaptureEvent
, new StylusEventHandler(UIElement.OnLostStylusCaptureThunk), false);
3495
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.
LostStylusCaptureEvent
.AddOwner(_typeofThis);
3502
add { AddHandler(Stylus.
LostStylusCaptureEvent
, value, false); }
3503
remove { RemoveHandler(Stylus.
LostStylusCaptureEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1263
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.
LostStylusCaptureEvent
.AddOwner(_typeofThis);
1270
add { AddHandler(Stylus.
LostStylusCaptureEvent
, value, false); }
1271
remove { RemoveHandler(Stylus.
LostStylusCaptureEvent
, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
457
UIElement.AddHandler(element,
LostStylusCaptureEvent
, handler);
467
UIElement.RemoveHandler(element,
LostStylusCaptureEvent
, handler);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
1056
lostCapture.RoutedEvent = Stylus.
LostStylusCaptureEvent
;
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
632
lostCapture.RoutedEvent = Stylus.
LostStylusCaptureEvent
;