1 write to _stretch
PresentationCore (1)
System\Windows\Media\Typeface.cs (1)
114_stretch = stretch;
5 references to _stretch
PresentationCore (5)
System\Windows\Media\Typeface.cs (5)
152get { return _stretch; } 682hash = HashFn.HashMultiply(hash) + _stretch.GetHashCode(); 699&& _stretch == t._stretch 743FontStretch canonicalStretch = _stretch;