21 references to FontStretches
PresentationCore (19)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (1)
673if (!FontStretches.FontStretchStringToKnownStretch(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontStretch))
Core\CSharp\MS\Internal\FontFace\FontDifferentiator.cs (1)
55if (fontStretch != FontStretches.Normal)
Core\CSharp\MS\Internal\FontFace\MatchingStyle.cs (1)
46(stretch.ToOpenTypeStretch() - FontStretches.Normal.ToOpenTypeStretch()) * FontStretchScale,
Core\CSharp\MS\Internal\Shaping\CompositeTypefaceMetrics.cs (1)
89FontStretches.Normal
Core\CSharp\System\Windows\FontStretch.cs (1)
221if (!FontStretches.FontStretchToString(RealStretch, out convertedValue))
Core\CSharp\System\Windows\FontStretchConverter.cs (1)
88if (!FontStretches.FontStretchStringToKnownStretch(s, ci, ref fontStretch))
Core\CSharp\System\Windows\FontStretches.cs (10)
79fontStretch = FontStretches.Normal; 84fontStretch = FontStretches.Medium; 92fontStretch = FontStretches.Expanded; 100fontStretch = FontStretches.Condensed; 108fontStretch = FontStretches.SemiExpanded; 116fontStretch = FontStretches.SemiCondensed; 121fontStretch = FontStretches.ExtraExpanded; 126fontStretch = FontStretches.UltraExpanded; 134fontStretch = FontStretches.UltraCondensed; 139fontStretch = FontStretches.ExtraCondensed;
Core\CSharp\System\Windows\Media\FontFamily.cs (2)
358FontStretch stretch = FontStretches.Normal; 442FontStretch stretch = FontStretches.Normal;
Core\CSharp\System\Windows\Media\Typeface.cs (1)
66FontStretches.Normal
PresentationFramework (2)
src\Framework\System\Windows\Controls\StickyNote.cs (1)
403FontStretches.Normal,
src\Framework\System\Windows\Documents\TextElement.cs (1)
628FontStretches.Normal,