6 references to Stretch
PresentationCore (6)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
80
defaultTypeface.
Stretch
System\Windows\Media\FamilyTypeface.cs (1)
30
_stretch = face.
Stretch
;
System\Windows\Media\FormattedText.cs (4)
410
new Typeface(fontFamily, oldTypeface.Style, oldTypeface.Weight, oldTypeface.
Stretch
),
632
new Typeface(oldTypeface.FontFamily, oldTypeface.Style, weight, oldTypeface.
Stretch
),
682
new Typeface(oldTypeface.FontFamily, style, oldTypeface.Weight, oldTypeface.
Stretch
),
729
if (oldTypeface.
Stretch
== stretch)