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