1 write to _weight
PresentationCore (1)
System\Windows\Media\Typeface.cs (1)
113_weight = weight;
5 references to _weight
PresentationCore (5)
System\Windows\Media\Typeface.cs (5)
134get { return _weight; } 681hash = HashFn.HashMultiply(hash) + _weight.GetHashCode(); 698&& _weight == t._weight 742FontWeight canonicalWeight = _weight;