Base:
property
InRange
System.Windows.Input.StylusDeviceBase.InRange
7 references to InRange
PresentationCore (7)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
2504
allowEvent = !stylusDevice.
InRange
&& !rawStylusInputReport.InputSource.IsDisposed;
2508
if (!stylusDevice.
InRange
&& !rawStylusInputReport.InputSource.IsDisposed)
2523
if (!stylusDevice.
InRange
)
3089
if (!oldStylusDevice.
InRange
)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (3)
325
if (
InRange
&& _inputSource?.CompositionTarget is { } target && !target.IsDisposed)
646
if (_stylusLogic.CurrentStylusDevice == this ||
InRange
)
950
if (
InRange
)