5 writes to _current
System.Windows.Forms (5)
System\Windows\Forms\StringSource.cs (5)
70_current = 0; 81*ppenum = ComHelpers.GetComPointer<IEnumString>(new StringSource(_strings) { _current = _current }); 97_current++; 118_current = newCurrent; 124_current = 0;
4 references to _current
System.Windows.Forms (4)
System\Windows\Forms\StringSource.cs (4)
81*ppenum = ComHelpers.GetComPointer<IEnumString>(new StringSource(_strings) { _current = _current }); 94while (_current < _size && celt > 0) 96rgelt[fetched] = (char*)Marshal.StringToCoTaskMemUni(_strings[_current]); 112int newCurrent = _current + (int)celt;