11 references to MainForm
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (11)
577
RemoveHandler
MainForm
.Load, AddressOf MainFormLoadingDone
641
If
MainForm
IsNot Nothing Then
642
MainForm
.Invoke(handleNextInstance)
687
MainForm
?.Activate()
812
If
MainForm
Is Nothing Then
817
If
MainForm
Is Nothing Then
825
AddHandler
MainForm
.Load, AddressOf MainFormLoadingDone
897
If eventArgs.BringToForeground AndAlso
MainForm
IsNot Nothing Then
898
If
MainForm
.WindowState = FormWindowState.Minimized Then
899
MainForm
.WindowState = FormWindowState.Normal
902
MainForm
.Activate()