5 references to AllSystemSources
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
155case AutoCompleteSource.AllSystemSources: 810PInvoke.SHAutoComplete(this, (SHELL_AUTOCOMPLETE_FLAGS)AutoCompleteSource.AllSystemSources | SHELL_AUTOCOMPLETE_FLAGS.SHACF_AUTOSUGGEST_FORCE_OFF | SHELL_AUTOCOMPLETE_FLAGS.SHACF_AUTOAPPEND_FORCE_OFF);
System.Windows.Forms.Tests (3)
System\Windows\Forms\TextBoxAutoCompleteSourceConverterTests.cs (1)
23value.Should().Contain(AutoCompleteSource.AllSystemSources);
System\Windows\Forms\ToolStripComboBoxTests.cs (1)
127[InlineData(AutoCompleteSource.AllSystemSources)]
System\Windows\Forms\ToolStripTextBoxTests.cs (1)
214[InlineData(AutoCompleteSource.AllSystemSources)]