4 references to AUTOAPPEND
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (2)
3223mode |= NativeMethods.AUTOAPPEND | NativeMethods.AUTOSUGGEST_OFF; 3227mode |= NativeMethods.AUTOAPPEND;
winforms\Managed\System\WinForms\TextBox.cs (2)
807mode |= NativeMethods.AUTOAPPEND | NativeMethods.AUTOSUGGEST_OFF; 811mode |= NativeMethods.AUTOAPPEND;