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