1 implementation of InitializeExistingComponent
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ComponentDesigner.cs (1)
131public virtual void InitializeExistingComponent(IDictionary? defaultValues)
2 references to InitializeExistingComponent
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
663init?.InitializeExistingComponent(null); 2446init?.InitializeExistingComponent(null);