2 implementations of Component
System.ComponentModel.TypeConverter (2)
System\ComponentModel\Container.cs (1)
256public IComponent Component { get; }
System\ComponentModel\NestedContainer.cs (1)
116public IComponent Component { get; }
5 references to Component
System.ComponentModel.TypeConverter (5)
System\ComponentModel\Container.cs (5)
121site.Component.Site = null; 122site.Component.Dispose(); 146result[i] = _sites![i]!.Component; 230if (s?.Name != null && string.Equals(s.Name, name, StringComparison.OrdinalIgnoreCase) && s.Component != component) 232InheritanceAttribute inheritanceAttribute = (InheritanceAttribute)TypeDescriptor.GetAttributes(s.Component)[typeof(InheritanceAttribute)]!;