14 references to LostStylusCaptureEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1526
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.
LostStylusCaptureEvent
.AddOwner(_typeofThis);
1533
add { AddHandler(Stylus.
LostStylusCaptureEvent
, value, false); }
1534
remove { RemoveHandler(Stylus.
LostStylusCaptureEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
762
EventManager.RegisterClassHandler(type, Stylus.
LostStylusCaptureEvent
, new StylusEventHandler(UIElement.OnLostStylusCaptureThunk), false);
3479
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.
LostStylusCaptureEvent
.AddOwner(_typeofThis);
3486
add { AddHandler(Stylus.
LostStylusCaptureEvent
, value, false); }
3487
remove { RemoveHandler(Stylus.
LostStylusCaptureEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1256
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.
LostStylusCaptureEvent
.AddOwner(_typeofThis);
1263
add { AddHandler(Stylus.
LostStylusCaptureEvent
, value, false); }
1264
remove { RemoveHandler(Stylus.
LostStylusCaptureEvent
, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
451
UIElement.AddHandler(element,
LostStylusCaptureEvent
, handler);
461
UIElement.RemoveHandler(element,
LostStylusCaptureEvent
, handler);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
1050
RoutedEvent = Stylus.
LostStylusCaptureEvent
,
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
628
RoutedEvent = Stylus.
LostStylusCaptureEvent
,