2 writes to _strings
System.Windows.Forms (2)
System\Windows\Forms\StringSource.cs (2)
26
_strings
= strings;
69
_strings
= newSource;
4 references to _strings
System.Windows.Forms (4)
System\Windows\Forms\StringSource.cs (4)
68
Array.Clear(
_strings
, 0, _size);
71
_size =
_strings
.Length;
81
*ppenum = ComHelpers.GetComPointer<IEnumString>(new StringSource(
_strings
) { _current = _current });
96
rgelt[fetched] = (char*)Marshal.StringToCoTaskMemUni(
_strings
[_current]);