Implemented interface member:
property
Count
System.Collections.Generic.ICollection<T>.Count
3 references to Count
PresentationCore (3)
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (3)
2210if (arrayIndex < 0 || arrayIndex >= array.Length || (arrayIndex + Count) > array.Length) 2215for (ushort i = 0; i < Count; ++i) 2240for (ushort i = 0; i < Count; ++i)