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