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)
278
Return
_splashScreen
303
If value Is
_splashScreen
Then
493
Debug.Assert(
_splashScreen
IsNot Nothing, "We should have never get here if there is no splash screen")
502
Application.Run(
_splashScreen
)
686
If
_splashScreen
IsNot Nothing AndAlso Not
_splashScreen
.IsDisposed Then
687
Dim disposeSplashDelegate As New DisposeDelegate(AddressOf
_splashScreen
.Dispose)
688
_splashScreen
.Invoke(disposeSplashDelegate)
942
If
_splashScreen
Is Nothing Then
948
If
_splashScreen
IsNot Nothing Then