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