7 references to LanguageProperty
PresentationFramework (7)
src\Framework\System\Windows\Documents\FixedSOMPage.cs (1)
100element.SetValue(FrameworkContentElement.LanguageProperty, XmlLanguage.GetLanguage(_cultureInfo.IetfLanguageTag));
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (2)
752if (property == FrameworkContentElement.LanguageProperty) 817if (property == FrameworkContentElement.LanguageProperty)
src\Framework\System\Windows\Documents\TextStore.cs (2)
724(XmlLanguage)UiScope.GetValue(FrameworkContentElement.LanguageProperty), 744(XmlLanguage)position.GetValue(FrameworkContentElement.LanguageProperty),
src\Framework\System\Windows\FrameworkContentElement.cs (2)
894get { return (XmlLanguage) GetValue(LanguageProperty); } 895set { SetValue(LanguageProperty, value); }