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)
258if (_dispatcher != null) 260if (_dispatcher.CheckAccess()) 266result = _dispatcher.Invoke(DispatcherPriority.Normal, (DispatcherOperationCallback)CloseInternal, fadeoutDuration);