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