4 references to DirectlyOver
PresentationCore (4)
System\Windows\Input\Stylus\Common\Stylus.cs (1)
741return Stylus.CurrentStylusDevice?.DirectlyOver;
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
262UIElement newTarget = InputElement.GetContainingUIElement(rawStylusInputReport.StylusDevice.DirectlyOver as DependencyObject) as UIElement;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1338HandleFlick(stylusSystemGesture.ButtonState, stylusSystemGesture.StylusDevice.DirectlyOver); 2658UIElement newTarget = InputElement.GetContainingUIElement(rawStylusInputReport.StylusDevice.DirectlyOver as DependencyObject) as UIElement;