11 references to MainForm
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (11)
574
RemoveHandler
MainForm
.Load, AddressOf MainFormLoadingDone
638
If
MainForm
IsNot Nothing Then
639
MainForm
.Invoke(handleNextInstance)
684
MainForm
?.Activate()
807
If
MainForm
Is Nothing Then
812
If
MainForm
Is Nothing Then
821
AddHandler
MainForm
.Load, AddressOf MainFormLoadingDone
896
If eventArgs.BringToForeground AndAlso
MainForm
IsNot Nothing Then
897
If
MainForm
.WindowState = FormWindowState.Minimized Then
898
MainForm
.WindowState = FormWindowState.Normal
901
MainForm
.Activate()