1 implementation of InitializeNewComponent
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ComponentDesigner.cs (1)
142public virtual void InitializeNewComponent(IDictionary? defaultValues)
2 references to InitializeNewComponent
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.cs (1)
102initializer.InitializeNewComponent(null);
System\Drawing\Design\ToolboxItem.cs (1)
292init.InitializeNewComponent(defaultValues);