3 references to XhtmlConformance
System.Web (3)
UI\Control.cs (2)
965xhtmlConformanceSection = RuntimeConfig.GetConfig(context).XhtmlConformance; 968xhtmlConformanceSection = RuntimeConfig.GetConfig().XhtmlConformance;
UI\WebControls\TableItemStyle.cs (1)
61return (RuntimeConfig.GetAppConfig().XhtmlConformance.Mode == XhtmlConformanceMode.Legacy);