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