1 write to _stretch
PresentationCore (1)
System\Windows\Media\Typeface.cs (1)
105
_stretch
= stretch;
5 references to _stretch
PresentationCore (5)
System\Windows\Media\Typeface.cs (5)
143
get { return
_stretch
; }
673
hash = HashFn.HashMultiply(hash) +
_stretch
.GetHashCode();
690
&&
_stretch
== t.
_stretch
734
FontStretch canonicalStretch =
_stretch
;