1 write to _familyTypefaces
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\CompositeFontInfo.cs (1)
312
_familyTypefaces
= new FamilyTypefaceCollection();
3 references to _familyTypefaces
PresentationCore (3)
Core\CSharp\MS\Internal\FontFace\CompositeFontInfo.cs (3)
303
get { return
_familyTypefaces
; }
311
if (
_familyTypefaces
== null)
314
return
_familyTypefaces
;