4 references to ToArray
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3244
_stringSource = new StringSource(AutoCompleteCustomSource.
ToArray
());
3252
_stringSource.RefreshList(AutoCompleteCustomSource.
ToArray
());
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
782
_stringSource = new StringSource(AutoCompleteCustomSource.
ToArray
());
790
_stringSource.RefreshList(AutoCompleteCustomSource.
ToArray
());