3 writes to _culture
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (3)
1259
_culture
= ParentBindingBase.ConverterCultureInternal;
1285
_culture
= ((XmlLanguage) target.GetValue(FrameworkElement.LanguageProperty)).GetSpecificCulture();
1295
_culture
= DefaultValueObject;
3 references to _culture
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (3)
1256
if (
_culture
== DefaultValueObject)
1262
if (
_culture
== null)
1289
return (CultureInfo)
_culture
;