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