4 references to FileSystem
System.Windows.Forms (2)
System\Windows\Forms\AutoCompleteSource.cs (1)
35
AllSystemSources =
FileSystem
| AllUrl,
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
158
case AutoCompleteSource.
FileSystem
:
System.Windows.Forms.Tests (2)
System\Windows\Forms\TextBoxAutoCompleteSourceConverterTests.cs (1)
27
value.Should().Contain(AutoCompleteSource.
FileSystem
);
System\Windows\Forms\ToolStripComboBoxTests.cs (1)
130
[InlineData(AutoCompleteSource.
FileSystem
)]