2 writes to _splashScreen
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (2)
293_splashScreen = value 694_splashScreen = Nothing
10 references to _splashScreen
Microsoft.VisualBasic.Forms (10)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (10)
283Return _splashScreen 308If value Is _splashScreen Then 498Debug.Assert(_splashScreen IsNot Nothing, "We should have never get here if there is no splash screen") 507Application.Run(_splashScreen) 691If _splashScreen IsNot Nothing AndAlso Not _splashScreen.IsDisposed Then 692Dim disposeSplashDelegate As New DisposeDelegate(AddressOf _splashScreen.Dispose) 693_splashScreen.Invoke(disposeSplashDelegate) 953If _splashScreen Is Nothing Then 959If _splashScreen IsNot Nothing Then