1 write to _stretch
PresentationCore (1)
Core\CSharp\System\Windows\Media\Typeface.cs (1)
120_stretch = stretch;
5 references to _stretch
PresentationCore (5)
Core\CSharp\System\Windows\Media\Typeface.cs (5)
158get { return _stretch; } 688hash = HashFn.HashMultiply(hash) + _stretch.GetHashCode(); 705&& _stretch == t._stretch 749FontStretch canonicalStretch = _stretch;