13 references to StylusEnterEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
1355public static readonly RoutedEvent StylusEnterEvent = Stylus.StylusEnterEvent.AddOwner(_typeofThis); 1362add { AddHandler(Stylus.StylusEnterEvent, value, false); } 1363remove { RemoveHandler(Stylus.StylusEnterEvent, value); }
System\Windows\Generated\UIElement.cs (4)
753EventManager.RegisterClassHandler(type, Stylus.StylusEnterEvent, new StylusEventHandler(UIElement.OnStylusEnterThunk), false); 3308public static readonly RoutedEvent StylusEnterEvent = Stylus.StylusEnterEvent.AddOwner(_typeofThis); 3315add { AddHandler(Stylus.StylusEnterEvent, value, false); } 3316remove { RemoveHandler(Stylus.StylusEnterEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1085public static readonly RoutedEvent StylusEnterEvent = Stylus.StylusEnterEvent.AddOwner(_typeofThis); 1092add { AddHandler(Stylus.StylusEnterEvent, value, false); } 1093remove { RemoveHandler(Stylus.StylusEnterEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
226UIElement.AddHandler(element, StylusEnterEvent, handler); 236UIElement.RemoveHandler(element, StylusEnterEvent, handler);
System\Windows\StylusOverProperty.cs (1)
40RoutedEvent = oldValue ? Stylus.StylusLeaveEvent : Stylus.StylusEnterEvent