2 writes to _stretch
PresentationCore (2)
Core\CSharp\System\Windows\Media\FamilyTypeface.cs (2)
50
_stretch
= face.Stretch;
98
_stretch
= value;
3 references to _stretch
PresentationCore (3)
Core\CSharp\System\Windows\Media\FamilyTypeface.cs (3)
94
get { return
_stretch
; }
217
return FontDifferentiator.ConstructFaceNamesByStyleWeightStretch(_style, _weight,
_stretch
);
284
^
_stretch
.GetHashCode();