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