4 overrides of OnLoad
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
923protected override void OnLoad(EventArgs e)
AuthoringOM\Design\DocumentOutline.cs (1)
175protected override void OnLoad(EventArgs e)
System.WorkflowServices (2)
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
502protected override void OnLoad(EventArgs e)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
155protected override void OnLoad(EventArgs e)
4 references to OnLoad
System.Windows.Forms (1)
winforms\Managed\System\WinForms\UserControl.cs (1)
310OnLoad(EventArgs.Empty);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
925base.OnLoad(e);
AuthoringOM\Design\DocumentOutline.cs (1)
177base.OnLoad(e);
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
158base.OnLoad(e);