2 writes to _splashScreen
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (2)
315_splashScreen = value 740_splashScreen = Nothing
10 references to _splashScreen
Microsoft.VisualBasic.Forms (10)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (10)
306Return _splashScreen 330If value Is _splashScreen Then 544Debug.Assert(_splashScreen IsNot Nothing, "We should have never get here if there is no splash screen") 553Application.Run(_splashScreen) 737If _splashScreen IsNot Nothing AndAlso Not _splashScreen.IsDisposed Then 738Dim disposeSplashDelegate As New DisposeDelegate(AddressOf _splashScreen.Dispose) 739_splashScreen.Invoke(disposeSplashDelegate) 988If _splashScreen Is Nothing Then 994If _splashScreen IsNot Nothing Then