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