2 writes to _style
PresentationCore (2)
System\Windows\Media\FamilyTypeface.cs (2)
45
_style
= face.Style;
67
_style
= value;
3 references to _style
PresentationCore (3)
System\Windows\Media\FamilyTypeface.cs (3)
63
get { return
_style
; }
214
return FontDifferentiator.ConstructFaceNamesByStyleWeightStretch(
_style
, _weight, _stretch);
279
return
_style
.GetHashCode()