Base:
property
InRange
System.Windows.Input.StylusDeviceBase.InRange
7 references to InRange
PresentationCore (7)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
2504allowEvent = !stylusDevice.InRange && !rawStylusInputReport.InputSource.IsDisposed; 2508if (!stylusDevice.InRange && !rawStylusInputReport.InputSource.IsDisposed) 2523if (!stylusDevice.InRange) 3089if (!oldStylusDevice.InRange)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (3)
355if (InRange && _inputSource != null && _inputSource.Value != null && 677if (_stylusLogic.CurrentStylusDevice == this || InRange) 981if (InRange)