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