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