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