2 writes to _weight
PresentationCore (2)
System\Windows\Media\FamilyTypeface.cs (2)
30
_weight
= face.Weight;
65
_weight
= value;
3 references to _weight
PresentationCore (3)
System\Windows\Media\FamilyTypeface.cs (3)
61
get { return
_weight
; }
198
return FontDifferentiator.ConstructFaceNamesByStyleWeightStretch(_style,
_weight
, _stretch);
264
^
_weight
.GetHashCode()