6 references to INDENT12
PresentationBuildTasks (6)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (6)
1111
CodeSnippetStatement css = new CodeSnippetStatement(
INDENT12
+ ENDCURLY);
1279
CodeSnippetStatement css = new CodeSnippetStatement(
INDENT12
+ ENDCURLY);
3493
private const string SWITCH_STATEMENT =
INDENT12
+ "switch (" + CONNECTIONID + ")\r\n" +
INDENT12
+ "{";
3494
private const string BREAK_STATEMENT =
INDENT12
+ "break;";
3495
private const string CASE_STATEMENT =
INDENT12
+ "case ";