1 write to _fontFamily
PresentationCore (1)
System\Windows\Media\Typeface.cs (1)
111
_fontFamily
= fontFamily;
4 references to _fontFamily
PresentationCore (4)
System\Windows\Media\Typeface.cs (4)
125
get { return
_fontFamily
; }
675
int hash =
_fontFamily
.GetHashCode();
700
&&
_fontFamily
.Equals(t.
_fontFamily
)