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);
162
if (
_owner
is INamingContainer)
163
_owner
.ClearNamingContainer();
206
return
_owner
;
318
_owner
.RemovedControl(child);