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