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