2 writes to _splashScreen
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (2)
325_splashScreen = value 726_splashScreen = Nothing
10 references to _splashScreen
Microsoft.VisualBasic.Forms (10)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (10)
315Return _splashScreen 340If value Is _splashScreen Then 530Debug.Assert(_splashScreen IsNot Nothing, "We should have never get here if there is no splash screen") 539Application.Run(_splashScreen) 723If _splashScreen IsNot Nothing AndAlso Not _splashScreen.IsDisposed Then 724Dim disposeSplashDelegate As New DisposeDelegate(AddressOf _splashScreen.Dispose) 725_splashScreen.Invoke(disposeSplashDelegate) 986If _splashScreen Is Nothing Then 992If _splashScreen IsNot Nothing Then