1 write to _cultureInfo
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMPage.cs (1)
138
_cultureInfo
= value;
2 references to _cultureInfo
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMPage.cs (2)
98
if (
_cultureInfo
!= null)
100
element.SetValue(FrameworkContentElement.LanguageProperty, XmlLanguage.GetLanguage(
_cultureInfo
.IetfLanguageTag));