3 references to Bind
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3153if (!_stringSource.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 3196if (!_stringSource.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
754if (!_stringSource.Bind(this, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))