1 write to _fontFamily
PresentationCore (1)
System\Windows\Media\Typeface.cs (1)
102
_fontFamily
= fontFamily;
4 references to _fontFamily
PresentationCore (4)
System\Windows\Media\Typeface.cs (4)
116
get { return
_fontFamily
; }
666
int hash =
_fontFamily
.GetHashCode();
691
&&
_fontFamily
.Equals(t.
_fontFamily
)