11 references to MainForm
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (11)
581
RemoveHandler
MainForm
.Load, AddressOf MainFormLoadingDone
645
If
MainForm
IsNot Nothing Then
646
MainForm
.Invoke(handleNextInstance)
691
MainForm
?.Activate()
820
If
MainForm
Is Nothing Then
825
If
MainForm
Is Nothing Then
834
AddHandler
MainForm
.Load, AddressOf MainFormLoadingDone
909
If eventArgs.BringToForeground AndAlso
MainForm
IsNot Nothing Then
910
If
MainForm
.WindowState = FormWindowState.Minimized Then
911
MainForm
.WindowState = FormWindowState.Normal
914
MainForm
.Activate()