1 write to _appContext
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
168
_appContext
= New WinFormsAppContext(Me)
5 references to _appContext
Microsoft.VisualBasic.Forms (5)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (5)
264
Return
_appContext
290
If value IsNot Nothing AndAlso value Is
_appContext
.MainForm Then
304
Return
_appContext
?.MainForm
313
_appContext
.MainForm = value
843
Application.Run(
_appContext
)