11 references to MainForm
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (11)
579
RemoveHandler
MainForm
.Load, AddressOf MainFormLoadingDone
643
If
MainForm
IsNot Nothing Then
644
MainForm
.Invoke(handleNextInstance)
689
MainForm
?.Activate()
818
If
MainForm
Is Nothing Then
823
If
MainForm
Is Nothing Then
832
AddHandler
MainForm
.Load, AddressOf MainFormLoadingDone
907
If eventArgs.BringToForeground AndAlso
MainForm
IsNot Nothing Then
908
If
MainForm
.WindowState = FormWindowState.Minimized Then
909
MainForm
.WindowState = FormWindowState.Normal
912
MainForm
.Activate()