2 writes to _splashScreen
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (2)
288_splashScreen = value 689_splashScreen = Nothing
10 references to _splashScreen
Microsoft.VisualBasic.Forms (10)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (10)
278Return _splashScreen 303If value Is _splashScreen Then 493Debug.Assert(_splashScreen IsNot Nothing, "We should have never get here if there is no splash screen") 502Application.Run(_splashScreen) 686If _splashScreen IsNot Nothing AndAlso Not _splashScreen.IsDisposed Then 687Dim disposeSplashDelegate As New DisposeDelegate(AddressOf _splashScreen.Dispose) 688_splashScreen.Invoke(disposeSplashDelegate) 942If _splashScreen Is Nothing Then 948If _splashScreen IsNot Nothing Then