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)
1249if (_culture == DefaultValueObject) 1255if (_culture == null) 1282return (CultureInfo)_culture;