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