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