6 references to Stretch
PresentationCore (6)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
87
defaultTypeface.
Stretch
System\Windows\Media\FamilyTypeface.cs (1)
47
_stretch = face.
Stretch
;
System\Windows\Media\FormattedText.cs (4)
432
new Typeface(fontFamily, oldTypeface.Style, oldTypeface.Weight, oldTypeface.
Stretch
),
658
new Typeface(oldTypeface.FontFamily, oldTypeface.Style, weight, oldTypeface.
Stretch
),
710
new Typeface(oldTypeface.FontFamily, style, oldTypeface.Weight, oldTypeface.
Stretch
),
759
if (oldTypeface.
Stretch
== stretch)