3 writes to _culture
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (3)
1252
_culture
= ParentBindingBase.ConverterCultureInternal;
1278
_culture
= ((XmlLanguage) target.GetValue(FrameworkElement.LanguageProperty)).GetSpecificCulture();
1288
_culture
= DefaultValueObject;
3 references to _culture
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (3)
1249
if (
_culture
== DefaultValueObject)
1255
if (
_culture
== null)
1282
return (CultureInfo)
_culture
;