1 write to Stretch
PresentationCore (1)
MS\Internal\FontFace\CompositeFontParser.cs (1)
669
face.
Stretch
= fontStretch;
6 references to Stretch
PresentationCore (6)
MS\Internal\FontFace\TypefaceCollection.cs (1)
175
return new Typeface(_typefaceCollection._fontFamily, familyTypeface.Style, familyTypeface.Weight, familyTypeface.
Stretch
);
MS\Internal\Shaping\CompositeFontFamily.cs (3)
417
MatchingStyle bestMatch = new MatchingStyle(bestFace.Style, bestFace.Weight, bestFace.
Stretch
);
423
MatchingStyle currentMatch = new MatchingStyle(currentFace.Style, currentFace.Weight, currentFace.
Stretch
);
454
MatchingStyle currentMatch = new MatchingStyle(currentFace.Style, currentFace.Weight, currentFace.
Stretch
);
System\Windows\Media\FamilyTypeface.cs (2)
230
&&
Stretch
== typeface.
Stretch