9 references to FamilyTypefaces
PresentationCore (9)
MS\Internal\Shaping\CompositeFontFamily.cs (9)
198if (_fontInfo.FamilyTypefaces == null && 402if (_fontInfo.FamilyTypefaces == null || _fontInfo.FamilyTypefaces.Count == 0) 407FamilyTypeface bestFace = (FamilyTypeface)_fontInfo.FamilyTypefaces[0]; 411for (int i = 1; i < _fontInfo.FamilyTypefaces.Count; i++) 413FamilyTypeface currentFace = (FamilyTypeface)_fontInfo.FamilyTypefaces[i]; 436if (_fontInfo.FamilyTypefaces == null || _fontInfo.FamilyTypefaces.Count == 0) 443foreach (FamilyTypeface currentFace in _fontInfo.FamilyTypefaces)