13 references to StylusEnterEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
1356
public static readonly RoutedEvent StylusEnterEvent = Stylus.
StylusEnterEvent
.AddOwner(_typeofThis);
1363
add { AddHandler(Stylus.
StylusEnterEvent
, value, false); }
1364
remove { RemoveHandler(Stylus.
StylusEnterEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
754
EventManager.RegisterClassHandler(type, Stylus.
StylusEnterEvent
, new StylusEventHandler(UIElement.OnStylusEnterThunk), false);
3309
public static readonly RoutedEvent StylusEnterEvent = Stylus.
StylusEnterEvent
.AddOwner(_typeofThis);
3316
add { AddHandler(Stylus.
StylusEnterEvent
, value, false); }
3317
remove { RemoveHandler(Stylus.
StylusEnterEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1084
public static readonly RoutedEvent StylusEnterEvent = Stylus.
StylusEnterEvent
.AddOwner(_typeofThis);
1091
add { AddHandler(Stylus.
StylusEnterEvent
, value, false); }
1092
remove { RemoveHandler(Stylus.
StylusEnterEvent
, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
227
UIElement.AddHandler(element,
StylusEnterEvent
, handler);
237
UIElement.RemoveHandler(element,
StylusEnterEvent
, handler);
System\Windows\StylusOverProperty.cs (1)
41
RoutedEvent = oldValue ? Stylus.StylusLeaveEvent : Stylus.
StylusEnterEvent