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