1 type derived from Container
System.ComponentModel.TypeConverter (1)
System\ComponentModel\NestedContainer.cs (1)
16public class NestedContainer : Container, INestedContainer
9 references to Container
netstandard (1)
netstandard.cs (1)
206[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Container))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
192[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Container))]
System.ComponentModel.TypeConverter (7)
System\ComponentModel\Container.cs (7)
24/// Adds the specified component to the <see cref='System.ComponentModel.Container'/> 32/// Adds the specified component to the <see cref='System.ComponentModel.Container'/> and assigns 133/// Gets all the components in the <see cref='System.ComponentModel.Container'/>. 179/// Removes a component from the <see cref='System.ComponentModel.Container'/>. 246internal Site(IComponent component, Container container, string? name) 265return ((service == typeof(ISite)) ? this : ((Container)Container).GetService(service)); 284((Container)Container).ValidateName(Component, value);