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)
1264if (_culture == DefaultValueObject) 1270if (_culture == null) 1297return (CultureInfo)_culture;