4 references to HistoryList
System.Windows.Forms (2)
System\Windows\Forms\AutoCompleteSource.cs (1)
29AllUrl = HistoryList | RecentlyUsedList,
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
160case AutoCompleteSource.HistoryList:
System.Windows.Forms.Tests (2)
System\Windows\Forms\TextBoxAutoCompleteSourceConverterTests.cs (1)
25value.Should().Contain(AutoCompleteSource.HistoryList);
System\Windows\Forms\ToolStripComboBoxTests.cs (1)
132[InlineData(AutoCompleteSource.HistoryList)]