3 writes to _culture
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (3)
1270
_culture
= ParentBindingBase.ConverterCultureInternal;
1295
_culture
= ((XmlLanguage) target.GetValue(FrameworkElement.LanguageProperty)).GetSpecificCulture();
1305
_culture
= DefaultValueObject;
3 references to _culture
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (3)
1267
if (
_culture
== DefaultValueObject)
1273
if (
_culture
== null)
1299
return (CultureInfo)
_culture
;