Implemented interface member:
property
Container
System.ComponentModel.ISite.Container
1 write to Container
System.ComponentModel.TypeConverter (1)
System\ComponentModel\NestedContainer.cs (1)
111Container = container;
4 references to Container
System.ComponentModel.TypeConverter (4)
System\ComponentModel\NestedContainer.cs (4)
123return ((service == typeof(ISite)) ? this : ((NestedContainer)Container).GetService(service)); 131IComponent owner = ((NestedContainer)Container).Owner; 146string? ownerName = ((NestedContainer)Container).OwnerName; 169((NestedContainer)Container).ValidateName(Component, value);