4 references to FindNextAndPrev
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\CuspData.cs (4)
354if (!FindNextAndPrev(0, iCuspPrev, ref iPrev, ref iNext)) 370while (FindNextAndPrev(iPoint, iCuspPrev, ref iPrev, ref iNext)) 389if (!FindNextAndPrev(iNext, iCuspPrev, ref k, ref m)) 395for (int i = iPrev + 1; (i <= m) && FindNextAndPrev(i, iCuspPrev, ref iPrev, ref iNext); ++i)