3 writes to s_formatCount
System.Windows.Forms (3)
System\Windows\Forms\OLE\DataFormats.cs (3)
190return s_formatList[s_formatCount++]; 239return s_formatList[s_formatCount++]; 293s_formatCount = s_formatList.Length;
9 references to s_formatCount
System.Windows.Forms (9)
System\Windows\Forms\OLE\DataFormats.cs (9)
165for (int n = 0; n < s_formatCount; n++) 173for (int n = 0; n < s_formatCount; n++) 189s_formatList[s_formatCount] = new Format(format, (int)formatId); 210for (int n = 0; n < s_formatCount; n++) 238s_formatList[s_formatCount] = new Format(name, id); 249if (s_formatList is null || s_formatList.Length <= s_formatCount + size) 251int newSize = s_formatCount + 20; 254for (int n = 0; n < s_formatCount; n++) 270if (s_formatCount == 0)