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)
68
Array.Clear(_strings, 0,
_size
);
94
while (_current <
_size
&& celt > 0)
113
if (newCurrent >=
_size
)