8 references to EastAsianWidthsProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1068group.SetEastAsianWidths((FontEastAsianWidths) element.GetValue(Typography.EastAsianWidthsProperty));
System\Windows\Documents\Typography.cs (7)
321get { return (FontEastAsianWidths) _owner.GetValue(EastAsianWidthsProperty); } 322set { _owner.SetValue(EastAsianWidthsProperty, value); } 1350/// <seealso cref="Typography.EastAsianWidthsProperty" /> 1355element.SetValue(EastAsianWidthsProperty, value); 1362/// <seealso cref="Typography.EastAsianWidthsProperty" /> 1368return (FontEastAsianWidths)element.GetValue(EastAsianWidthsProperty); 1953EastAsianWidthsProperty,