8 references to EastAsianWidthsProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1128
group.SetEastAsianWidths((FontEastAsianWidths) element.GetValue(Typography.
EastAsianWidthsProperty
));
src\Framework\System\Windows\Documents\Typography.cs (7)
342
get { return (FontEastAsianWidths) _owner.GetValue(
EastAsianWidthsProperty
); }
343
set { _owner.SetValue(
EastAsianWidthsProperty
, value); }
1599
/// <seealso cref="Typography.
EastAsianWidthsProperty
" />
1607
element.SetValue(
EastAsianWidthsProperty
, value);
1614
/// <seealso cref="Typography.
EastAsianWidthsProperty
" />
1623
return (FontEastAsianWidths)element.GetValue(
EastAsianWidthsProperty
);
2232
EastAsianWidthsProperty
,