2 references to SPLASHVAR
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3206
CodeVariableDeclarationStatement cvdsAppSplash = new CodeVariableDeclarationStatement(SPLASHCLASSNAME,
SPLASHVAR
, coceApplicationSplashScreen);
3210
CodeVariableReferenceExpression cvreAppSplash = new CodeVariableReferenceExpression(
SPLASHVAR
);