8 references to _propUICulture
System.Web (8)
Configuration\GlobalizationSection.cs (8)
76_properties.Add(_propUICulture); 189uiCultureCache = (string)base[_propUICulture]; 194base[_propUICulture] = value; 326if (!String.IsNullOrEmpty((string)base[_propUICulture])) { 327CheckCulture((string)base[_propUICulture]); 331if (errorLine > ElementInformation.Properties[_propUICulture.Name].LineNumber) { 332errorProperty = _propUICulture; 333errorLine = ElementInformation.Properties[_propUICulture.Name].LineNumber;