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)
115
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)
1410
public override void
Initialize
(IComponent component)
System\Windows\Forms\Design\TreeViewDesigner.cs (1)
58
public override void
Initialize
(IComponent component)
60 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)
117
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)
1412
base.
Initialize
(component);
System\Windows\Forms\Design\TreeViewDesigner.cs (1)
60
base.
Initialize
(component);
System.Windows.Forms.Design.Tests (52)
ButtonBaseDesignerTests.cs (2)
30
buttonBaseDesigner.
Initialize
(button);
50
buttonBaseDesigner.
Initialize
(button);
ControlDesignerTests.cs (2)
54
controlDesigner.
Initialize
(button);
143
controlDesigner.
Initialize
(button);
ListViewDesignerTests.cs (1)
15
listViewDesigner.
Initialize
(listView);
System\Windows\Forms\Design\ComboBoxDesignerTests.cs (4)
15
comboBoxDesigner.
Initialize
(comboBox);
25
comboBoxDesigner.
Initialize
(comboBox);
35
comboBoxDesigner.
Initialize
(comboBox);
51
comboBoxDesigner.
Initialize
(comboBox);
System\Windows\Forms\Design\ControlDesigner.TransparentBehaviorTests.cs (1)
18
_designer.
Initialize
(_control);
System\Windows\Forms\Design\DataGridViewDesignerTests.cs (1)
19
_designer.
Initialize
(_dataGridView);
System\Windows\Forms\Design\DateTimePickerDesignerTests.cs (2)
23
dateTimePickerDesigner.
Initialize
(dateTimePicker);
33
dateTimePickerDesigner.
Initialize
(dateTimePicker);
System\Windows\Forms\Design\LabelDesignerTests.cs (2)
23
labelDesigner.
Initialize
(label);
33
labelDesigner.
Initialize
(label);
System\Windows\Forms\Design\ListBoxDesignerTests.cs (8)
13
designer.
Initialize
(listBox);
39
designer.
Initialize
(listBox);
59
designer.
Initialize
(listBox);
70
designer.
Initialize
(listBox);
88
designer.
Initialize
(listBox);
110
designer.
Initialize
(listBox);
122
designer.
Initialize
(listBox);
134
designer.
Initialize
(listBox);
System\Windows\Forms\Design\ListViewActionListTests.cs (1)
18
_designer.
Initialize
(_listView);
System\Windows\Forms\Design\MaskedTextBoxDesignerActionListTests.cs (1)
27
_designer.
Initialize
(_maskedTextBox);
System\Windows\Forms\Design\MaskedTextBoxDesignerTests.cs (1)
18
_maskedTextBoxDesigner.
Initialize
(_maskedTextBox);
System\Windows\Forms\Design\MonthCalendarDesignerTests.cs (2)
13
monthCalendarDesigner.
Initialize
(monthCalendar);
23
monthCalendarDesigner.
Initialize
(monthCalendar);
System\Windows\Forms\Design\PictureBoxActionListTests.cs (3)
15
designer.
Initialize
(pictureBox);
26
designer.
Initialize
(pictureBox);
40
designer.
Initialize
(pictureBox);
System\Windows\Forms\Design\PictureBoxDesignerTests.cs (2)
23
pictureBoxDesigner.
Initialize
(pictureBox);
39
pictureBoxDesigner.
Initialize
(pictureBox);
System\Windows\Forms\Design\RadioButtonDesignerTests.cs (3)
15
radioButtonDesigner.
Initialize
(radioButton);
25
radioButtonDesigner.
Initialize
(radioButton);
35
radioButtonDesigner.
Initialize
(radioButton);
System\Windows\Forms\Design\RichTextBoxActionListTests.cs (1)
20
designer.
Initialize
(richTextBox);
System\Windows\Forms\Design\RichTextBoxDesignerTests.cs (1)
14
_designer.
Initialize
(_richTextBox);
System\Windows\Forms\Design\TextBoxActionListTests.cs (2)
15
designer.
Initialize
(textBox);
31
designer.
Initialize
(textBox);
System\Windows\Forms\Design\TextBoxBaseDesignerTests.cs (4)
35
_designer.
Initialize
(_textbox);
49
_designer.
Initialize
(_textbox);
72
_designer.
Initialize
(_textbox);
83
_designer.
Initialize
(_textbox);
System\Windows\Forms\Design\TextBoxDesignerTests.cs (2)
15
designer.
Initialize
(new TextBox());
29
designer.
Initialize
(new TextBox());
System\Windows\Forms\Design\ToolStripActionListTests.cs (2)
28
_designer.
Initialize
(_toolStrip);
153
_designer.
Initialize
(statusStrip);
System\Windows\Forms\Design\TreeViewDesignerTests.cs (1)
23
treeViewDesigner.
Initialize
(treeView);
System\Windows\Forms\Design\UpDownBaseDesignerTests.cs (1)
28
_designer.
Initialize
(_numericUpDown);
TestControlDesigner.Mocks.cs (1)
33
Initialize
(_control);
ToolStripDesignerTests.cs (1)
42
toolStripDesigner.
Initialize
(toolStrip);