1 write to _dispatcher
WindowsBase (1)
Base\System\Windows\SplashScreen.cs (1)
129
_dispatcher
= Dispatcher.CurrentDispatcher;
3 references to _dispatcher
WindowsBase (3)
Base\System\Windows\SplashScreen.cs (3)
258
if (
_dispatcher
!= null)
260
if (
_dispatcher
.CheckAccess())
266
result =
_dispatcher
.Invoke(DispatcherPriority.Normal, (DispatcherOperationCallback)CloseInternal, fadeoutDuration);