1 write to _fadeoutDuration
WindowsBase (1)
Base\System\Windows\SplashScreen.cs (1)
315_fadeoutDuration = fadeoutDuration;
2 references to _fadeoutDuration
WindowsBase (2)
Base\System\Windows\SplashScreen.cs (2)
316_fadeoutEnd = DateTime.UtcNow + _fadeoutDuration; 339double progress = (_fadeoutEnd - dtNow).TotalMilliseconds / _fadeoutDuration.TotalMilliseconds;