2 references to GetXhtmlConformanceSection
System.Web (2)
UI\Control.cs (1)
955return (GetXhtmlConformanceSection().Mode == XhtmlConformanceMode.Legacy);
UI\Page.cs (1)
1427_xhtmlConformanceMode = GetXhtmlConformanceSection().Mode;