Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
3 references to Count
PresentationCore (3)
Core\CSharp\System\Windows\Media\CharacterMetricsDictionary.cs (3)
205if (Count > array.Length - index) 487int[] result = new int[Count]; 498CharacterMetrics[] result = new CharacterMetrics[Count];