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