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