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
;
339
double progress = (_fadeoutEnd - dtNow).TotalMilliseconds /
_fadeoutDuration
.TotalMilliseconds;