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