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