4 references to IsInRange
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\PenContext.cs (2)
324
if (!
IsInRange
(stylusPointerId))
344
if (
IsInRange
(stylusPointerId))
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (2)
719
if (!goingOutOfRange || _cachedMovePenContext.
IsInRange
(_cachedMoveStylusPointerId))
1070
if (pc != null && (pc != penContext || pc.
IsInRange
(0)))