1 write to _leap
PresentationCore (1)
MS\Internal\Shaping\UshortList2.cs (1)
179_leap = leap;
3 references to _leap
PresentationCore (3)
MS\Internal\Shaping\UshortList2.cs (3)
220Invariant.Assert(_leap > 0, "Growing an ungrowable list!"); 224int newArraySize = _array.Length + ((extra - 1) / _leap + 1) * _leap;