2 writes to _size
System.Windows.Forms (2)
System\Windows\Forms\StringSource.cs (2)
27_size = strings.Length; 71_size = _strings.Length;
3 references to _size
System.Windows.Forms (3)
System\Windows\Forms\StringSource.cs (3)
68Array.Clear(_strings, 0, _size); 94while (_current < _size && celt > 0) 113if (newCurrent >= _size)