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