1 write to _staComponents
System.Web (1)
Util\AspCompat.cs (1)
218
_staComponents
= new ArrayList();
4 references to _staComponents
System.Web (4)
Util\AspCompat.cs (4)
217
if (
_staComponents
== null)
219
_staComponents
.Add(component);
436
if (
_staComponents
!= null) {
437
foreach (Object component in
_staComponents
) {