1 write to _appContext
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
166_appContext = New WinFormsAppContext(Me)
5 references to _appContext
Microsoft.VisualBasic.Forms (5)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (5)
294Return _appContext 320If value IsNot Nothing AndAlso value Is _appContext.MainForm Then 334Return _appContext?.MainForm 343_appContext.MainForm = value 874Application.Run(_appContext)