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