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)
1136
public override void
InitializeNewComponent
(IDictionary? defaultValues)
System\Windows\Forms\Design\NotifyIconDesigner.cs (1)
13
public override void
InitializeNewComponent
(IDictionary? defaultValues)
System\Windows\Forms\Design\PrintDialogDesigner.cs (1)
19
public override void
InitializeNewComponent
(IDictionary? defaultValues)
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
672
public override void
InitializeNewComponent
(IDictionary defaultValues)
15 references to InitializeNewComponent
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\ControlDesigner.cs (1)
1187
base.
InitializeNewComponent
(defaultValues);
System\Windows\Forms\Design\NotifyIconDesigner.cs (1)
15
base.
InitializeNewComponent
(defaultValues);
System\Windows\Forms\Design\StandardMenuStripVerb.cs (4)
141
componentDesigner.
InitializeNewComponent
(null);
153
componentDesigner.
InitializeNewComponent
(null);
312
componentDesigner.
InitializeNewComponent
(null);
322
componentDesigner.
InitializeNewComponent
(null);
System\Windows\Forms\Design\TemplateNodeCustomMenuItemCollection.cs (1)
79
componentDesigner.
InitializeNewComponent
(null);
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (4)
394
componentDesigner.
InitializeNewComponent
(null);
445
componentDesigner.
InitializeNewComponent
(null);
484
componentDesigner.
InitializeNewComponent
(null);
524
componentDesigner.
InitializeNewComponent
(null);
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
697
base.
InitializeNewComponent
(defaultValues);
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\ComponentDesignerTests.cs (1)
2268
designer.
InitializeNewComponent
(defaultValues);
System\Windows\Forms\Design\NotifyIconDesignerTests.cs (1)
16
notifyIconDesigner.
InitializeNewComponent
(null);
System\Windows\Forms\Design\PrintDialogDesignerTests.cs (1)
17
designer.
InitializeNewComponent
(null);