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)
205
if (
Count
> array.Length - index)
487
int[] result = new int[
Count
];
498
CharacterMetrics[] result = new CharacterMetrics[
Count
];