3 references to useExplicit
System.Web (3)
UI\TemplateParser.cs (3)
445
internal bool FExplicit { get { return flags[
useExplicit
]; } }
647
flags[
useExplicit
] = _compConfig.Explicit;
1933
flags[
useExplicit
] = Util.GetBooleanAttribute(name, value);