8 references to _propCulture
System.Web (8)
Configuration\GlobalizationSection.cs (8)
75_properties.Add(_propCulture); 175cultureCache = (string)base[_propCulture]; 180base[_propCulture] = value; 314if (!String.IsNullOrEmpty((string)base[_propCulture])) { 315CheckCulture((string)base[_propCulture]); 319if (errorLine > ElementInformation.Properties[_propCulture.Name].LineNumber) { 320errorProperty = _propCulture; 321errorLine = ElementInformation.Properties[_propCulture.Name].LineNumber;