4 references to ToArray
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3155
_stringSource = new StringSource(AutoCompleteCustomSource.
ToArray
());
3163
_stringSource.RefreshList(AutoCompleteCustomSource.
ToArray
());
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
759
_stringSource = new StringSource(AutoCompleteCustomSource.
ToArray
());
767
_stringSource.RefreshList(AutoCompleteCustomSource.
ToArray
());