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)
2299if (arrayIndex < 0 || arrayIndex >= array.Length || (arrayIndex + Count) > array.Length) 2304for (ushort i = 0; i < Count; ++i) 2329for (ushort i = 0; i < Count; ++i)