2 writes to _style
PresentationCore (2)
System\Windows\Media\FamilyTypeface.cs (2)
28
_style
= face.Style;
50
_style
= value;
3 references to _style
PresentationCore (3)
System\Windows\Media\FamilyTypeface.cs (3)
46
get { return
_style
; }
197
return FontDifferentiator.ConstructFaceNamesByStyleWeightStretch(
_style
, _weight, _stretch);
262
return
_style
.GetHashCode()