1 write to container
System (1)
compmod\system\componentmodel\NestedContainer.cs (1)
121this.container = container;
5 references to container
System (5)
compmod\system\componentmodel\NestedContainer.cs (5)
135return container; 141return((service == typeof(ISite)) ? this : container.GetService(service)); 147IComponent owner = container.Owner; 158string ownerName = container.OwnerName; 180container.ValidateName(component, value);