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