2 writes to _splashScreen
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (2)
295_splashScreen = value 696_splashScreen = Nothing
10 references to _splashScreen
Microsoft.VisualBasic.Forms (10)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (10)
285Return _splashScreen 310If value Is _splashScreen Then 500Debug.Assert(_splashScreen IsNot Nothing, "We should have never get here if there is no splash screen") 509Application.Run(_splashScreen) 693If _splashScreen IsNot Nothing AndAlso Not _splashScreen.IsDisposed Then 694Dim disposeSplashDelegate As New DisposeDelegate(AddressOf _splashScreen.Dispose) 695_splashScreen.Invoke(disposeSplashDelegate) 955If _splashScreen Is Nothing Then 961If _splashScreen IsNot Nothing Then