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