Base:
property
InRange
System.Windows.Input.StylusDeviceBase.InRange
5 references to InRange
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (1)
428
if (_stylusDevice.IsDown || !_stylusDevice.
InRange
)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1223
if (!oldStylusDevice.
InRange
)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
610
if (
InRange
&& _inputSource?.CompositionTarget is { } target && !target.IsDisposed)
996
if (
InRange
)
1068
if (_pointerLogic.CurrentStylusDevice == this ||
InRange
)