1 write to _weight
PresentationCore (1)
Core\CSharp\System\Windows\Media\Typeface.cs (1)
119_weight = weight;
5 references to _weight
PresentationCore (5)
Core\CSharp\System\Windows\Media\Typeface.cs (5)
140get { return _weight; } 687hash = HashFn.HashMultiply(hash) + _weight.GetHashCode(); 704&& _weight == t._weight 748FontWeight canonicalWeight = _weight;