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
});
94
while (
_current
< _size && celt > 0)
96
rgelt[fetched] = (char*)Marshal.StringToCoTaskMemUni(_strings[
_current
]);
112
int newCurrent =
_current
+ (int)celt;