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)
411new Typeface(fontFamily, oldTypeface.Style, oldTypeface.Weight, oldTypeface.Stretch), 633new Typeface(oldTypeface.FontFamily, oldTypeface.Style, weight, oldTypeface.Stretch), 683new Typeface(oldTypeface.FontFamily, style, oldTypeface.Weight, oldTypeface.Stretch), 730if (oldTypeface.Stretch == stretch)