4 overrides of DefaultDirectiveName
System.Web (4)
UI\ApplicationFileParser.cs (1)
35internal override string DefaultDirectiveName {
UI\PageParser.cs (1)
635internal override string DefaultDirectiveName {
UI\PageThemeParser.cs (1)
49internal override string DefaultDirectiveName {
UI\UserControlParser.cs (1)
56internal override string DefaultDirectiveName {
5 references to DefaultDirectiveName
System.Web (5)
UI\TemplateParser.cs (5)
1175precompTargetWriter.Write("<%@ " + DefaultDirectiveName); 1729directiveName = DefaultDirectiveName; 1749ProcessError(SR.GetString(SR.Only_one_directive_allowed, DefaultDirectiveName)); 2010attribName, DefaultDirectiveName)); 2736if (string.Compare(directiveName, DefaultDirectiveName,