31 references to Load
DesignSurface (1)
MainForm.Designer.cs (1)
302
this.
Load
+= this.MainForm_Load;
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (2)
581
RemoveHandler MainForm.
Load
, AddressOf MainFormLoadingDone
834
AddHandler MainForm.
Load
, AddressOf MainFormLoadingDone
PresentationUI (1)
MS\Internal\Documents\SigningProgress.cs (1)
171
_form.
Load
+= new EventHandler(FormLoaded);
System.Windows.Forms (3)
System\Windows\Forms\DataBinding\Binding.cs (1)
225
form.
Load
+= FormLoaded;
System\Windows\Forms\Form.cs (2)
25
[DefaultEvent(nameof(
Load
))]
26
[InitializationEvent(nameof(
Load
))]
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
468
Load
+= DataGridViewAddColumnDialog_Load;
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
250
Load
+= DataGridViewCellStyleBuilder_Load;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
629
Load
+= DataGridViewColumnCollectionDialog_Load;
System\Windows\Forms\Design\FormatStringDialog.cs (1)
221
Load
+= FormatStringDialog_Load;
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
99
Load
+= MaskDesignerDialog_Load;
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
345
Load
+= OnFormLoad;
System.Windows.Forms.Tests (9)
System\Windows\Forms\AccessibleObjects\DataGridViewAccessibleObjectTests.cs (1)
556
form.
Load
+= (_, _) =>
System\Windows\Forms\AccessibleObjects\Form.FormAccessibleObjectTests.cs (2)
45
form.
Load
+= (_, _) =>
63
form.
Load
+= (_, _) =>
System\Windows\Forms\FormTests.cs (4)
1833
form.
Load
+= (object sender, EventArgs e) =>
2136
control.
Load
+= (sender, e) =>
2299
control.
Load
+= (sender, e) =>
2609
child.
Load
+= (object sender, EventArgs e) =>
System\Windows\Forms\MixedDpiHostingTests.cs (1)
31
form.
Load
+= (_, _) =>
System\Windows\Forms\WebBrowserTests.cs (1)
4775
form.
Load
+= (sender, e) =>
TestPassApp (4)
CommonControl1.Designer.cs (1)
695
this.
Load
+= this.MainForm_Load;
ContainerControls2.Designer.cs (1)
441
this.
Load
+= this.ContainerControls2_Load;
DataControls.Designer.cs (1)
359
this.
Load
+= this.DataControls_Load;
RemainingControls.Designer.cs (1)
130
this.
Load
+= this.Form1_Load;
VisualBasicRuntimeTest (1)
Program.cs (1)
97
mainForm.
Load
+= (object sender, EventArgs e) =>
WinFormsControlsTest (4)
ChartControl.Designer.cs (1)
422
this.
Load
+= this.ChartControl_Load;
MenuStripAndCheckedListBox.Designer.cs (1)
292
this.
Load
+= this.MenuStripScaling_Load;
MultipleControls.Designer.cs (1)
318
this.
Load
+= this.Test3_Load;
RichTextBoxes.cs (1)
18
Load
+= Form1_Load;