21 references to FontStretches
PresentationCore (19)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (1)
673
if (!
FontStretches
.FontStretchStringToKnownStretch(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontStretch))
Core\CSharp\MS\Internal\FontFace\FontDifferentiator.cs (1)
55
if (fontStretch !=
FontStretches
.Normal)
Core\CSharp\MS\Internal\FontFace\MatchingStyle.cs (1)
46
(stretch.ToOpenTypeStretch() -
FontStretches
.Normal.ToOpenTypeStretch()) * FontStretchScale,
Core\CSharp\MS\Internal\Shaping\CompositeTypefaceMetrics.cs (1)
89
FontStretches
.Normal
Core\CSharp\System\Windows\FontStretch.cs (1)
221
if (!
FontStretches
.FontStretchToString(RealStretch, out convertedValue))
Core\CSharp\System\Windows\FontStretchConverter.cs (1)
88
if (!
FontStretches
.FontStretchStringToKnownStretch(s, ci, ref fontStretch))
Core\CSharp\System\Windows\FontStretches.cs (10)
79
fontStretch =
FontStretches
.Normal;
84
fontStretch =
FontStretches
.Medium;
92
fontStretch =
FontStretches
.Expanded;
100
fontStretch =
FontStretches
.Condensed;
108
fontStretch =
FontStretches
.SemiExpanded;
116
fontStretch =
FontStretches
.SemiCondensed;
121
fontStretch =
FontStretches
.ExtraExpanded;
126
fontStretch =
FontStretches
.UltraExpanded;
134
fontStretch =
FontStretches
.UltraCondensed;
139
fontStretch =
FontStretches
.ExtraCondensed;
Core\CSharp\System\Windows\Media\FontFamily.cs (2)
358
FontStretch stretch =
FontStretches
.Normal;
442
FontStretch stretch =
FontStretches
.Normal;
Core\CSharp\System\Windows\Media\Typeface.cs (1)
66
FontStretches
.Normal
PresentationFramework (2)
src\Framework\System\Windows\Controls\StickyNote.cs (1)
403
FontStretches
.Normal,
src\Framework\System\Windows\Documents\TextElement.cs (1)
628
FontStretches
.Normal,