2 references to SPLASHVAR
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3328
CodeVariableDeclarationStatement cvdsAppSplash = new CodeVariableDeclarationStatement(SPLASHCLASSNAME,
SPLASHVAR
, coceApplicationSplashScreen);
3332
CodeVariableReferenceExpression cvreAppSplash = new CodeVariableReferenceExpression(
SPLASHVAR
);