8 references to EastAsianLanguageProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1129
group.SetEastAsianLanguage((FontEastAsianLanguage) element.GetValue(Typography.
EastAsianLanguageProperty
));
src\Framework\System\Windows\Documents\Typography.cs (7)
349
get { return (FontEastAsianLanguage) _owner.GetValue(
EastAsianLanguageProperty
); }
350
set { _owner.SetValue(
EastAsianLanguageProperty
, value); }
1631
/// <seealso cref="Typography.
EastAsianLanguageProperty
" />
1639
element.SetValue(
EastAsianLanguageProperty
, value);
1646
/// <seealso cref="Typography.
EastAsianLanguageProperty
" />
1655
return (FontEastAsianLanguage)element.GetValue(
EastAsianLanguageProperty
);
2233
EastAsianLanguageProperty
,