9 references to Normal
PresentationCore (7)
Core\CSharp\MS\Internal\FontFace\FontDifferentiator.cs (1)
55if (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)
89FontStretches.Normal
Core\CSharp\System\Windows\FontStretches.cs (1)
79fontStretch = FontStretches.Normal;
Core\CSharp\System\Windows\Media\FontFamily.cs (2)
358FontStretch stretch = FontStretches.Normal; 442FontStretch stretch = FontStretches.Normal;
Core\CSharp\System\Windows\Media\Typeface.cs (1)
66FontStretches.Normal
PresentationFramework (2)
src\Framework\System\Windows\Controls\StickyNote.cs (1)
403FontStretches.Normal,
src\Framework\System\Windows\Documents\TextElement.cs (1)
628FontStretches.Normal,