7 references to AUTOAPPEND_OFF
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ComboBox.cs (5)
3164int mode = NativeMethods.AUTOSUGGEST_OFF | NativeMethods.AUTOAPPEND_OFF; 3188int mode = NativeMethods.AUTOSUGGEST_OFF | NativeMethods.AUTOAPPEND_OFF; 3211int mode = NativeMethods.AUTOSUGGEST_OFF | NativeMethods.AUTOAPPEND_OFF; 3220mode |= NativeMethods.AUTOSUGGEST | NativeMethods.AUTOAPPEND_OFF; 3238int mode = NativeMethods.AUTOSUGGEST_OFF | NativeMethods.AUTOAPPEND_OFF;
winforms\Managed\System\WinForms\TextBox.cs (2)
804mode |= NativeMethods.AUTOSUGGEST | NativeMethods.AUTOAPPEND_OFF; 834int mode = (int)AutoCompleteSource.AllSystemSources | NativeMethods.AUTOSUGGEST_OFF | NativeMethods.AUTOAPPEND_OFF;