2 writes to _stretch
PresentationCore (2)
System\Windows\Media\FamilyTypeface.cs (2)
31
_stretch
= face.Stretch;
79
_stretch
= value;
3 references to _stretch
PresentationCore (3)
System\Windows\Media\FamilyTypeface.cs (3)
75
get { return
_stretch
; }
198
return FontDifferentiator.ConstructFaceNamesByStyleWeightStretch(_style, _weight,
_stretch
);
265
^
_stretch
.GetHashCode();