1 write to _minimumAddCount
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\ShaperBuffers.cs (1)
257
_minimumAddCount
= 3; // add space for init,med,final whenever we need to actually resize array
2 references to _minimumAddCount
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\ShaperBuffers.cs (2)
296
if (newSize < (currentLength +
_minimumAddCount
))
298
newSize = (ushort)(currentLength +
_minimumAddCount
);