8 references to EastAsianWidthsProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1083
group.SetEastAsianWidths((FontEastAsianWidths) element.GetValue(Typography.
EastAsianWidthsProperty
));
System\Windows\Documents\Typography.cs (7)
334
get { return (FontEastAsianWidths) _owner.GetValue(
EastAsianWidthsProperty
); }
335
set { _owner.SetValue(
EastAsianWidthsProperty
, value); }
1363
/// <seealso cref="Typography.
EastAsianWidthsProperty
" />
1368
element.SetValue(
EastAsianWidthsProperty
, value);
1375
/// <seealso cref="Typography.
EastAsianWidthsProperty
" />
1381
return (FontEastAsianWidths)element.GetValue(
EastAsianWidthsProperty
);
1966
EastAsianWidthsProperty
,