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)
1256if (_culture == DefaultValueObject) 1262if (_culture == null) 1289return (CultureInfo)_culture;