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