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