2 writes to _weight
PresentationCore (2)
System\Windows\Media\FamilyTypeface.cs (2)
29
_weight
= face.Weight;
64
_weight
= value;
3 references to _weight
PresentationCore (3)
System\Windows\Media\FamilyTypeface.cs (3)
60
get { return
_weight
; }
197
return FontDifferentiator.ConstructFaceNamesByStyleWeightStretch(_style,
_weight
, _stretch);
263
^
_weight
.GetHashCode()