9 references to FamilyTypefaces
PresentationCore (9)
Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs (9)
216if (_fontInfo.FamilyTypefaces == null && 420if (_fontInfo.FamilyTypefaces == null || _fontInfo.FamilyTypefaces.Count == 0) 425FamilyTypeface bestFace = (FamilyTypeface)_fontInfo.FamilyTypefaces[0]; 429for (int i = 1; i < _fontInfo.FamilyTypefaces.Count; i++) 431FamilyTypeface currentFace = (FamilyTypeface)_fontInfo.FamilyTypefaces[i]; 454if (_fontInfo.FamilyTypefaces == null || _fontInfo.FamilyTypefaces.Count == 0) 461foreach (FamilyTypeface currentFace in _fontInfo.FamilyTypefaces)