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