4 references to FamilyNames
PresentationCore (4)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (2)
565
_compositeFontInfo.
FamilyNames
.Add(language, familyName);
884
if (_compositeFontInfo.
FamilyNames
.Count == 0)
Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs (2)
115
return _fontInfo.
FamilyNames
;
286
get { return _fontInfo.
FamilyNames
; }