2 writes to strings
System.Windows.Forms (2)
winforms\Managed\System\WinForms\StringSource.cs (2)
48
this.
strings
= strings;
99
this.
strings
= newSource;
6 references to strings
System.Windows.Forms (6)
winforms\Managed\System\WinForms\StringSource.cs (6)
96
Array.Clear(
strings
,0, size);
98
if (
strings
!= null) {
102
size = (
strings
== null ) ? 0 :
strings
.Length;
109
ppenum = new StringSource(
strings
);
122
rgelt[fetched] =
strings
[current];