6 references to Stretch
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (1)
90defaultTypeface.Stretch
Core\CSharp\System\Windows\Media\FamilyTypeface.cs (1)
50_stretch = face.Stretch;
Core\CSharp\System\Windows\Media\FormattedText.cs (4)
444new Typeface(fontFamily, oldTypeface.Style, oldTypeface.Weight, oldTypeface.Stretch), 670new Typeface(oldTypeface.FontFamily, oldTypeface.Style, weight, oldTypeface.Stretch), 722new Typeface(oldTypeface.FontFamily, style, oldTypeface.Weight, oldTypeface.Stretch), 771if (oldTypeface.Stretch == stretch)