2 references to FontStretchProperty
PresentationFramework (2)
System\Windows\Controls\AccessText.cs (2)
211get { return (FontStretch) GetValue(FontStretchProperty); } 212set { SetValue(FontStretchProperty, value); }