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