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