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