5 references to Count
System.Drawing.Common (5)
System\Drawing\Printing\PrinterSettings.PaperSourceCollection.cs (5)
33public IEnumerator GetEnumerator() => new ArrayEnumerator(_array, Count); 35int ICollection.Count => Count; 50PaperSource[] newArray = new PaperSource[Count + 1]; 52newArray[Count] = paperSource; 54return Count;