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