1 write to _culture
PresentationFramework (1)
System\Windows\Data\BindingGroup.cs (1)
1317
_culture
= ((System.Windows.Markup.XmlLanguage) mentor.GetValue(FrameworkElement.LanguageProperty)).GetSpecificCulture();
2 references to _culture
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
1312
if (
_culture
== null)
1321
return
_culture
;