1 implementation of IComponentInitializer
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ComponentDesigner.cs (1)
13public partial class ComponentDesigner : ITreeDesigner, IDesignerFilter, IComponentInitializer
8 references to IComponentInitializer
netstandard (1)
netstandard.cs (1)
251[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IComponentInitializer))]
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
237[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IComponentInitializer))]
System.Windows.Forms.Design (6)
System\ComponentModel\Design\CollectionEditor.cs (1)
100if (host.GetDesigner(instance) is IComponentInitializer initializer)
System\Drawing\Design\ToolboxItem.cs (1)
286if (host.GetDesigner(components[i]) is IComponentInitializer init)
System\Windows\Forms\Design\ParentControlDesigner.cs (4)
662IComponentInitializer init = host.GetDesigner(component) as IComponentInitializer; 2439IComponentInitializer init = localDesignerHost.GetDesigner(component) as IComponentInitializer;