4 references to AUTOSUGGEST
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (2)
3220mode |= NativeMethods.AUTOSUGGEST | NativeMethods.AUTOAPPEND_OFF; 3226mode |= NativeMethods.AUTOSUGGEST;
winforms\Managed\System\WinForms\TextBox.cs (2)
804mode |= NativeMethods.AUTOSUGGEST | NativeMethods.AUTOAPPEND_OFF; 810mode |= NativeMethods.AUTOSUGGEST;