3 writes to _culture
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (3)
1267
_culture
= ParentBindingBase.ConverterCultureInternal;
1293
_culture
= ((XmlLanguage) target.GetValue(FrameworkElement.LanguageProperty)).GetSpecificCulture();
1303
_culture
= DefaultValueObject;
3 references to _culture
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (3)
1264
if (
_culture
== DefaultValueObject)
1270
if (
_culture
== null)
1297
return (CultureInfo)
_culture
;