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