11 references to MainForm
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (11)
625
RemoveHandler
MainForm
.Load, AddressOf MainFormLoadingDone
689
If
MainForm
IsNot Nothing Then
690
MainForm
.Invoke(handleNextInstance)
735
MainForm
?.Activate()
860
If
MainForm
Is Nothing Then
865
If
MainForm
Is Nothing Then
873
AddHandler
MainForm
.Load, AddressOf MainFormLoadingDone
945
If eventArgs.BringToForeground AndAlso
MainForm
IsNot Nothing Then
946
If
MainForm
.WindowState = FormWindowState.Minimized Then
947
MainForm
.WindowState = FormWindowState.Normal
950
MainForm
.Activate()