21 references to FontStretches
PresentationCore (19)
MS\Internal\FontFace\CompositeFontParser.cs (1)
666if (!FontStretches.FontStretchStringToKnownStretch(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontStretch))
MS\Internal\FontFace\FontDifferentiator.cs (1)
52if (fontStretch != FontStretches.Normal)
MS\Internal\FontFace\MatchingStyle.cs (1)
42(stretch.ToOpenTypeStretch() - FontStretches.Normal.ToOpenTypeStretch()) * FontStretchScale,
MS\Internal\Shaping\CompositeTypefaceMetrics.cs (1)
87FontStretches.Normal
System\Windows\FontStretch.cs (1)
218if (!FontStretches.FontStretchToString(RealStretch, out convertedValue))
System\Windows\FontStretchConverter.cs (1)
85if (!FontStretches.FontStretchStringToKnownStretch(s, ci, ref fontStretch))
System\Windows\FontStretches.cs (10)
77fontStretch = FontStretches.Normal; 82fontStretch = FontStretches.Medium; 90fontStretch = FontStretches.Expanded; 98fontStretch = FontStretches.Condensed; 106fontStretch = FontStretches.SemiExpanded; 114fontStretch = FontStretches.SemiCondensed; 119fontStretch = FontStretches.ExtraExpanded; 124fontStretch = FontStretches.UltraExpanded; 132fontStretch = FontStretches.UltraCondensed; 137fontStretch = FontStretches.ExtraCondensed;
System\Windows\Media\FontFamily.cs (2)
352FontStretch stretch = FontStretches.Normal; 434FontStretch stretch = FontStretches.Normal;
System\Windows\Media\Typeface.cs (1)
63FontStretches.Normal
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (1)
393FontStretches.Normal,
System\Windows\Documents\TextElement.cs (1)
605FontStretches.Normal,