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