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