8 references to XhtmlConformanceSection
System.Web (8)
Configuration\RuntimeConfig.cs (3)
445internal XhtmlConformanceSection XhtmlConformance { 447return (XhtmlConformanceSection) GetSection("system.web/xhtmlConformance", typeof(XhtmlConformanceSection), ResultsIndex.XhtmlConformance);
Configuration\SystemWebSectionGroup.cs (2)
275public XhtmlConformanceSection XhtmlConformance { 277return (XhtmlConformanceSection) Sections["xhtmlConformance"];
UI\Control.cs (2)
960internal XhtmlConformanceSection GetXhtmlConformanceSection() { 962XhtmlConformanceSection xhtmlConformanceSection;
UI\Page.cs (1)
1424_xhtmlConformanceMode = XhtmlConformanceSection.DefaultMode;