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