2 references to FontStretchProperty
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (2)
255get { return (FontStretch) GetValue(FontStretchProperty); } 256set { SetValue(FontStretchProperty, value); }