1 write to _culture
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingGroup.cs (1)
1319
_culture
= ((System.Windows.Markup.XmlLanguage) mentor.GetValue(FrameworkElement.LanguageProperty)).GetSpecificCulture();
2 references to _culture
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingGroup.cs (2)
1314
if (
_culture
== null)
1323
return
_culture
;