5 references to Count
System.Drawing (5)
commonui\System\Drawing\Printing\PrinterSettings.cs (5)
1592
return new ArrayEnumerator(array, 0,
Count
);
1602
return this.
Count
;
1661
PaperSource[] newArray = new PaperSource[this.
Count
+ 1];
1663
newArray[this.
Count
] = paperSource;
1665
return this.
Count
;