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)
80
Control[] newArray = new Control[_controls.Length *
_growthFactor
];
129
Control[] newArray = new Control[_controls.Length *
_growthFactor
];