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