1 write to _growthFactor
System.Web (1)
UI\ControlCollection.cs (1)
52_growthFactor = growthFactor;
2 references to _growthFactor
System.Web (2)
UI\ControlCollection.cs (2)
80Control[] newArray = new Control[_controls.Length * _growthFactor ]; 129Control[] newArray = new Control[_controls.Length * _growthFactor ];