14 references to LostStylusCaptureEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1538
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.
LostStylusCaptureEvent
.AddOwner(_typeofThis);
1545
add { AddHandler(Stylus.
LostStylusCaptureEvent
, value, false); }
1546
remove { RemoveHandler(Stylus.
LostStylusCaptureEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
774
EventManager.RegisterClassHandler(type, Stylus.
LostStylusCaptureEvent
, new StylusEventHandler(UIElement.OnLostStylusCaptureThunk), false);
3491
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.
LostStylusCaptureEvent
.AddOwner(_typeofThis);
3498
add { AddHandler(Stylus.
LostStylusCaptureEvent
, value, false); }
3499
remove { RemoveHandler(Stylus.
LostStylusCaptureEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1257
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.
LostStylusCaptureEvent
.AddOwner(_typeofThis);
1264
add { AddHandler(Stylus.
LostStylusCaptureEvent
, value, false); }
1265
remove { RemoveHandler(Stylus.
LostStylusCaptureEvent
, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
452
UIElement.AddHandler(element,
LostStylusCaptureEvent
, handler);
462
UIElement.RemoveHandler(element,
LostStylusCaptureEvent
, handler);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
1048
lostCapture.RoutedEvent = Stylus.
LostStylusCaptureEvent
;
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
629
lostCapture.RoutedEvent = Stylus.
LostStylusCaptureEvent
;