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