2 references to OnLoad
System.Windows.Forms (1)
System\Windows\Forms\UserControl.cs (1)
265
OnLoad
(EventArgs.Empty);
System.Windows.Forms.Tests (1)
System\Windows\Forms\UserControlTests.cs (1)
1871
public new void OnLoad(EventArgs e) => base.
OnLoad
(e);