1 write to _splashImage
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
93set { _splashImage = value; }
2 references to _splashImage
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3123if (!string.IsNullOrEmpty(_splashImage) && !HostInBrowser) 3221string fullFilePath = Path.GetFullPath(_splashImage);