6 references to EastAsianWidthsProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1067group.SetEastAsianWidths((FontEastAsianWidths) element.GetValue(Typography.EastAsianWidthsProperty));
System\Windows\Documents\Typography.cs (5)
320get { return (FontEastAsianWidths) _owner.GetValue(EastAsianWidthsProperty); } 321set { _owner.SetValue(EastAsianWidthsProperty, value); } 1354element.SetValue(EastAsianWidthsProperty, value); 1367return (FontEastAsianWidths)element.GetValue(EastAsianWidthsProperty); 1952EastAsianWidthsProperty,