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