5 references to Count
System.Drawing (5)
commonui\System\Drawing\Printing\PrinterSettings.cs (5)
1464
return new ArrayEnumerator(array, 0,
Count
);
1474
return this.
Count
;
1533
PaperSize[] newArray = new PaperSize[this.
Count
+ 1];
1535
newArray[this.
Count
] = paperSize;
1537
return this.
Count
;