2 writes to _owner
System.Web (2)
UI\ControlCollection.cs (2)
43_owner = owner; 50_owner = owner;
6 references to _owner
System.Web (6)
UI\ControlCollection.cs (6)
92_owner.AddedControl(child, index); 146_owner.AddedControl(child, index); 162if (_owner is INamingContainer) 163_owner.ClearNamingContainer(); 206return _owner; 318_owner.RemovedControl(child);