2 writes to _style
PresentationCore (2)
System\Windows\Media\FamilyTypeface.cs (2)
29
_style
= face.Style;
51
_style
= value;
3 references to _style
PresentationCore (3)
System\Windows\Media\FamilyTypeface.cs (3)
47
get { return
_style
; }
198
return FontDifferentiator.ConstructFaceNamesByStyleWeightStretch(
_style
, _weight, _stretch);
263
return
_style
.GetHashCode()