4 references to IsInRange
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\PenContext.cs (2)
325if (!IsInRange(stylusPointerId)) 345if (IsInRange(stylusPointerId))
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (2)
718if (!goingOutOfRange || _cachedMovePenContext.IsInRange(_cachedMoveStylusPointerId)) 1068if (pc != null && (pc != penContext || pc.IsInRange(0)))