Implemented interface members:
6 references to Count
PresentationCore (6)
MS\Internal\FontFace\TypefaceCollection.cs (1)
89
return _familyTypefaceCollection.
Count
;
MS\Internal\Shaping\CompositeFontFamily.cs (3)
403
if (_fontInfo.FamilyTypefaces == null || _fontInfo.FamilyTypefaces.
Count
== 0)
412
for (int i = 1; i < _fontInfo.FamilyTypefaces.
Count
; i++)
437
if (_fontInfo.FamilyTypefaces == null || _fontInfo.FamilyTypefaces.
Count
== 0)
System\Windows\Media\FamilyTypefaceCollection.cs (2)
238
ArgumentOutOfRangeException.ThrowIfGreaterThan(index,
Count
);
404
int count = _list.
Count
;