3 references to Bind
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (2)
3172
if (!stringSource.
Bind
(new HandleRef(this, childEdit.Handle), (int)AutoCompleteMode)) {
3196
if (!stringSource.
Bind
(new HandleRef(this, childEdit.Handle), (int)AutoCompleteMode)) {
winforms\Managed\System\WinForms\TextBox.cs (1)
786
if (!stringSource.
Bind
(new HandleRef(this, Handle), (int)AutoCompleteMode))