2 writes to InternalCapacity
PresentationCore (2)
Core\CSharp\System\Windows\Media\VisualCollection.cs (2)
265
InternalCapacity
= Math.Max(min, (int)(InternalCapacity * c_growFactor));
335
InternalCapacity
= value;
3 references to InternalCapacity
PresentationCore (3)
Core\CSharp\System\Windows\Media\VisualCollection.cs (3)
263
if (
InternalCapacity
< min)
265
InternalCapacity = Math.Max(min, (int)(
InternalCapacity
* c_growFactor));
329
return
InternalCapacity
;