Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
6 references to Count
PresentationCore (6)
Core\CSharp\MS\Internal\FontFace\TypefaceCollection.cs (1)
115return _familyTypefaceCollection.Count;
Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs (3)
420if (_fontInfo.FamilyTypefaces == null || _fontInfo.FamilyTypefaces.Count == 0) 429for (int i = 1; i < _fontInfo.FamilyTypefaces.Count; i++) 454if (_fontInfo.FamilyTypefaces == null || _fontInfo.FamilyTypefaces.Count == 0)
Core\CSharp\System\Windows\Media\FamilyTypefaceCollection.cs (2)
254if (index < 0 || index > Count) 424int count = _list.Count;