11 references to MainForm
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (11)
611
RemoveHandler
MainForm
.Load, AddressOf MainFormLoadingDone
675
If
MainForm
IsNot Nothing Then
676
MainForm
.Invoke(handleNextInstance)
721
MainForm
?.Activate()
851
If
MainForm
Is Nothing Then
856
If
MainForm
Is Nothing Then
865
AddHandler
MainForm
.Load, AddressOf MainFormLoadingDone
940
If eventArgs.BringToForeground AndAlso
MainForm
IsNot Nothing Then
941
If
MainForm
.WindowState = FormWindowState.Minimized Then
942
MainForm
.WindowState = FormWindowState.Normal
945
MainForm
.Activate()