6 references to Stretch
PresentationCore (6)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
81defaultTypeface.Stretch
System\Windows\Media\FamilyTypeface.cs (1)
31_stretch = face.Stretch;
System\Windows\Media\FormattedText.cs (4)
416new Typeface(fontFamily, oldTypeface.Style, oldTypeface.Weight, oldTypeface.Stretch), 642new Typeface(oldTypeface.FontFamily, oldTypeface.Style, weight, oldTypeface.Stretch), 694new Typeface(oldTypeface.FontFamily, style, oldTypeface.Weight, oldTypeface.Stretch), 743if (oldTypeface.Stretch == stretch)