2 references to SPLASHCLASSNAME
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3323
CodeObjectCreateExpression coceApplicationSplashScreen = new CodeObjectCreateExpression(
SPLASHCLASSNAME
, new CodePrimitiveExpression(GetSplashResourceId()));
3325
CodeVariableDeclarationStatement cvdsAppSplash = new CodeVariableDeclarationStatement(
SPLASHCLASSNAME
, SPLASHVAR, coceApplicationSplashScreen);