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