9 references to FamilyTypefaces
PresentationCore (9)
MS\Internal\Shaping\CompositeFontFamily.cs (9)
199if (_fontInfo.FamilyTypefaces == null && 403if (_fontInfo.FamilyTypefaces == null || _fontInfo.FamilyTypefaces.Count == 0) 408FamilyTypeface bestFace = (FamilyTypeface)_fontInfo.FamilyTypefaces[0]; 412for (int i = 1; i < _fontInfo.FamilyTypefaces.Count; i++) 414FamilyTypeface currentFace = (FamilyTypeface)_fontInfo.FamilyTypefaces[i]; 437if (_fontInfo.FamilyTypefaces == null || _fontInfo.FamilyTypefaces.Count == 0) 444foreach (FamilyTypeface currentFace in _fontInfo.FamilyTypefaces)