1 write to _appContext
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
162_appContext = New WinFormsAppContext(Me)
5 references to _appContext
Microsoft.VisualBasic.Forms (5)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (5)
257Return _appContext 283If value IsNot Nothing AndAlso value Is _appContext.MainForm Then 297Return _appContext?.MainForm 306_appContext.MainForm = value 830Application.Run(_appContext)