1 write to _familyTypefaces
PresentationCore (1)
MS\Internal\FontFace\CompositeFontInfo.cs (1)
295
_familyTypefaces
= new FamilyTypefaceCollection();
3 references to _familyTypefaces
PresentationCore (3)
MS\Internal\FontFace\CompositeFontInfo.cs (3)
286
get { return
_familyTypefaces
; }
294
if (
_familyTypefaces
== null)
297
return
_familyTypefaces
;