Base:
method
Initialize
System.ComponentModel.Design.ComponentDesigner.Initialize(System.ComponentModel.IComponent)
7 overrides of Initialize
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
61
public override void
Initialize
(IComponent component)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
111
public override void
Initialize
(IComponent component)
System\Windows\Forms\Design\ListBoxDesigner.cs (1)
99
public override void
Initialize
(IComponent component)
System\Windows\Forms\Design\ListViewDesigner.cs (1)
96
public override void
Initialize
(IComponent component)
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1195
public override void
Initialize
(IComponent component)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1393
public override void
Initialize
(IComponent component)
System\Windows\Forms\Design\TreeViewDesigner.cs (1)
58
public override void
Initialize
(IComponent component)
8 references to Initialize
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\Behavior\DragAssistanceManager.cs (1)
565
designer.
Initialize
(targetControl);
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
63
base.
Initialize
(component);
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
113
base.
Initialize
(component);
System\Windows\Forms\Design\ListBoxDesigner.cs (1)
101
base.
Initialize
(component);
System\Windows\Forms\Design\ListViewDesigner.cs (1)
105
base.
Initialize
(component);
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1197
base.
Initialize
(component);
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1395
base.
Initialize
(component);
System\Windows\Forms\Design\TreeViewDesigner.cs (1)
60
base.
Initialize
(component);