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