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