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)
1267if (_culture == DefaultValueObject) 1273if (_culture == null) 1299return (CultureInfo)_culture;