21 references to FontStretches
PresentationCore (19)
MS\Internal\FontFace\CompositeFontParser.cs (1)
655if (!FontStretches.FontStretchStringToKnownStretch(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontStretch))
MS\Internal\FontFace\FontDifferentiator.cs (1)
50if (fontStretch != FontStretches.Normal)
MS\Internal\FontFace\MatchingStyle.cs (1)
37(stretch.ToOpenTypeStretch() - FontStretches.Normal.ToOpenTypeStretch()) * FontStretchScale,
MS\Internal\Shaping\CompositeTypefaceMetrics.cs (1)
83FontStretches.Normal
System\Windows\FontStretch.cs (1)
214if (!FontStretches.FontStretchToString(RealStretch, out convertedValue))
System\Windows\FontStretchConverter.cs (1)
70if (!FontStretches.FontStretchStringToKnownStretch(s, ci, ref fontStretch))
System\Windows\FontStretches.cs (10)
76fontStretch = FontStretches.Normal; 81fontStretch = FontStretches.Medium; 89fontStretch = FontStretches.Expanded; 97fontStretch = FontStretches.Condensed; 105fontStretch = FontStretches.SemiExpanded; 113fontStretch = FontStretches.SemiCondensed; 118fontStretch = FontStretches.ExtraExpanded; 123fontStretch = FontStretches.UltraExpanded; 131fontStretch = FontStretches.UltraCondensed; 136fontStretch = FontStretches.ExtraCondensed;
System\Windows\Media\FontFamily.cs (2)
330FontStretch stretch = FontStretches.Normal; 412FontStretch stretch = FontStretches.Normal;
System\Windows\Media\Typeface.cs (1)
54FontStretches.Normal
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (1)
360FontStretches.Normal,
System\Windows\Documents\TextElement.cs (1)
590FontStretches.Normal,