21 references to FontStretches
PresentationCore (19)
MS\Internal\FontFace\CompositeFontParser.cs (1)
654
if (!
FontStretches
.FontStretchStringToKnownStretch(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontStretch))
MS\Internal\FontFace\FontDifferentiator.cs (1)
49
if (fontStretch !=
FontStretches
.Normal)
MS\Internal\FontFace\MatchingStyle.cs (1)
36
(stretch.ToOpenTypeStretch() -
FontStretches
.Normal.ToOpenTypeStretch()) * FontStretchScale,
MS\Internal\Shaping\CompositeTypefaceMetrics.cs (1)
82
FontStretches
.Normal
System\Windows\FontStretch.cs (1)
213
if (!
FontStretches
.FontStretchToString(RealStretch, out convertedValue))
System\Windows\FontStretchConverter.cs (1)
69
if (!
FontStretches
.FontStretchStringToKnownStretch(s, ci, ref fontStretch))
System\Windows\FontStretches.cs (10)
75
fontStretch =
FontStretches
.Normal;
80
fontStretch =
FontStretches
.Medium;
88
fontStretch =
FontStretches
.Expanded;
96
fontStretch =
FontStretches
.Condensed;
104
fontStretch =
FontStretches
.SemiExpanded;
112
fontStretch =
FontStretches
.SemiCondensed;
117
fontStretch =
FontStretches
.ExtraExpanded;
122
fontStretch =
FontStretches
.UltraExpanded;
130
fontStretch =
FontStretches
.UltraCondensed;
135
fontStretch =
FontStretches
.ExtraCondensed;
System\Windows\Media\FontFamily.cs (2)
329
FontStretch stretch =
FontStretches
.Normal;
411
FontStretch stretch =
FontStretches
.Normal;
System\Windows\Media\Typeface.cs (1)
53
FontStretches
.Normal
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (1)
359
FontStretches
.Normal,
System\Windows\Documents\TextElement.cs (1)
589
FontStretches
.Normal,