1 write to _splashImage
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
86set { _splashImage = value; }
2 references to _splashImage
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3198if (!string.IsNullOrEmpty(_splashImage) && !HostInBrowser) 3296string fullFilePath = Path.GetFullPath(_splashImage);