1 write to _weight
PresentationCore (1)
System\Windows\Media\Typeface.cs (1)
104
_weight
= weight;
5 references to _weight
PresentationCore (5)
System\Windows\Media\Typeface.cs (5)
125
get { return
_weight
; }
672
hash = HashFn.HashMultiply(hash) +
_weight
.GetHashCode();
689
&&
_weight
== t.
_weight
733
FontWeight canonicalWeight =
_weight
;