7 references to AUTOCOMPLETEOPTIONS
System.Windows.Forms (7)
System\Windows\Forms\AutoCompleteMode.cs (3)
14None = AUTOCOMPLETEOPTIONS.ACO_NONE, 20Suggest = AUTOCOMPLETEOPTIONS.ACO_AUTOSUGGEST, 26Append = AUTOCOMPLETEOPTIONS.ACO_AUTOAPPEND,
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3140if (!_stringSource.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 3183if (!_stringSource.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
741if (!_stringSource.Bind(this, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
System\Windows\Forms\StringSource.cs (1)
40public bool Bind(IHandle<HWND> edit, AUTOCOMPLETEOPTIONS options)