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