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