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