7 references to AUTOAPPEND_OFF
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ComboBox.cs (5)
3161
int mode = NativeMethods.AUTOSUGGEST_OFF | NativeMethods.
AUTOAPPEND_OFF
;
3185
int mode = NativeMethods.AUTOSUGGEST_OFF | NativeMethods.
AUTOAPPEND_OFF
;
3208
int mode = NativeMethods.AUTOSUGGEST_OFF | NativeMethods.
AUTOAPPEND_OFF
;
3217
mode |= NativeMethods.AUTOSUGGEST | NativeMethods.
AUTOAPPEND_OFF
;
3235
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
;