3 writes to formatCount
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataFormats.cs (3)
229
return formatList[
formatCount
++];
278
return formatList[
formatCount
++];
346
formatCount
= formatList.Length;
9 references to formatCount
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataFormats.cs (9)
209
for (int n = 0; n <
formatCount
; n++) {
214
for (int n = 0; n <
formatCount
; n++) {
228
formatList[
formatCount
] = new Format(format, formatId);
255
for (int n = 0; n <
formatCount
; n++) {
276
formatList[
formatCount
] = new Format(s.ToString(), id);
289
if (null == formatList || formatList.Length <=
formatCount
+ size) {
290
int newSize =
formatCount
+ 20;
294
for (int n = 0; n <
formatCount
; n++) {
309
if (0 ==
formatCount
) {