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