2 writes to size
System.Windows.Forms (2)
winforms\Managed\System\WinForms\StringSource.cs (2)
51
size
= (strings == null ) ? 0 : strings.Length;
102
size
= (strings == null ) ? 0 : strings.Length;
4 references to size
System.Windows.Forms (4)
winforms\Managed\System\WinForms\StringSource.cs (4)
45
Array.Clear(strings,0,
size
);
96
Array.Clear(strings,0,
size
);
120
while (current <
size
&& celt > 0)
143
if (current >=
size
)