30 references to Load
Accessibility_Core_App (4)
CommonControl1.Designer.cs (1)
695this.Load += this.MainForm_Load;
ContainerControls2.Designer.cs (1)
441this.Load += this.ContainerControls2_Load;
DataControls.Designer.cs (1)
359this.Load += this.DataControls_Load;
RemainingControls.Designer.cs (1)
130this.Load += this.Form1_Load;
DesignSurface (1)
MainForm.Designer.cs (1)
304this.Load += this.MainForm_Load;
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (2)
625RemoveHandler MainForm.Load, AddressOf MainFormLoadingDone 873AddHandler MainForm.Load, AddressOf MainFormLoadingDone
PresentationUI (1)
MS\Internal\Documents\SigningProgress.cs (1)
177_form.Load += new EventHandler(FormLoaded);
System.Windows.Forms (3)
System\Windows\Forms\DataBinding\Binding.cs (1)
225form.Load += FormLoaded;
System\Windows\Forms\Form.cs (2)
25[DefaultEvent(nameof(Load))] 26[InitializationEvent(nameof(Load))]
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
469Load += DataGridViewAddColumnDialog_Load;
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
250Load += DataGridViewCellStyleBuilder_Load;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
631Load += DataGridViewColumnCollectionDialog_Load;
System\Windows\Forms\Design\FormatStringDialog.cs (1)
221Load += FormatStringDialog_Load;
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
99Load += MaskDesignerDialog_Load;
System.Windows.Forms.Tests (9)
System\Windows\Forms\AccessibleObjects\DataGridViewAccessibleObjectTests.cs (1)
554form.Load += (_, _) =>
System\Windows\Forms\AccessibleObjects\Form.FormAccessibleObjectTests.cs (2)
43form.Load += (_, _) => 61form.Load += (_, _) =>
System\Windows\Forms\FormTests.cs (4)
1831form.Load += (object sender, EventArgs e) => 2134control.Load += (sender, e) => 2297control.Load += (sender, e) => 2607child.Load += (object sender, EventArgs e) =>
System\Windows\Forms\MixedDpiHostingTests.cs (1)
29form.Load += (_, _) =>
System\Windows\Forms\WebBrowserTests.cs (1)
4773form.Load += (sender, e) =>
VisualBasicRuntimeTest (1)
Program.cs (1)
97mainForm.Load += (object sender, EventArgs e) =>
WinFormsControlsTest (4)
ChartControl.Designer.cs (1)
422this.Load += this.ChartControl_Load;
MenuStripAndCheckedListBox.Designer.cs (1)
292this.Load += this.MenuStripScaling_Load;
MultipleControls.Designer.cs (1)
318this.Load += this.Test3_Load;
RichTextBoxes.cs (1)
18Load += Form1_Load;