Implemented interface member:
method
InitializeNewComponent
System.ComponentModel.Design.IComponentInitializer.InitializeNewComponent(System.Collections.IDictionary)
4 overrides of InitializeNewComponent
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ControlDesigner.cs (1)
1136public override void InitializeNewComponent(IDictionary? defaultValues)
System\Windows\Forms\Design\NotifyIconDesigner.cs (1)
13public override void InitializeNewComponent(IDictionary? defaultValues)
System\Windows\Forms\Design\PrintDialogDesigner.cs (1)
19public override void InitializeNewComponent(IDictionary? defaultValues)
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
672public override void InitializeNewComponent(IDictionary defaultValues)
15 references to InitializeNewComponent
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\ControlDesigner.cs (1)
1187base.InitializeNewComponent(defaultValues);
System\Windows\Forms\Design\NotifyIconDesigner.cs (1)
15base.InitializeNewComponent(defaultValues);
System\Windows\Forms\Design\StandardMenuStripVerb.cs (4)
141componentDesigner.InitializeNewComponent(null); 153componentDesigner.InitializeNewComponent(null); 312componentDesigner.InitializeNewComponent(null); 322componentDesigner.InitializeNewComponent(null);
System\Windows\Forms\Design\TemplateNodeCustomMenuItemCollection.cs (1)
79componentDesigner.InitializeNewComponent(null);
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (4)
394componentDesigner.InitializeNewComponent(null); 445componentDesigner.InitializeNewComponent(null); 484componentDesigner.InitializeNewComponent(null); 524componentDesigner.InitializeNewComponent(null);
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
697base.InitializeNewComponent(defaultValues);
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\ComponentDesignerTests.cs (1)
2268designer.InitializeNewComponent(defaultValues);
System\Windows\Forms\Design\NotifyIconDesignerTests.cs (1)
16notifyIconDesigner.InitializeNewComponent(null);
System\Windows\Forms\Design\PrintDialogDesignerTests.cs (1)
17designer.InitializeNewComponent(null);