5 types derived from FolderNameEditor
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\InitialDirectoryEditor.cs (1)
9internal class InitialDirectoryEditor : FolderNameEditor
System\Windows\Forms\Design\SelectedPathEditor.cs (1)
9internal class SelectedPathEditor : FolderNameEditor
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\FolderNameEditorTests.cs (2)
42public class FolderBrowserTests : FolderNameEditor 102private class SubFolderNameEditor : FolderNameEditor
System.Windows.Forms.UI.IntegrationTests (1)
FolderNameEditorTests.cs (1)
32private class TestFolderNameEditor : FolderNameEditor
2 instantiations of FolderNameEditor
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\FolderNameEditorTests.cs (2)
23FolderNameEditor editor = new(); 31FolderNameEditor editor = new();
4 references to FolderNameEditor
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net9.0\System.Design.Forwards.cs (1)
92[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Windows.Forms.Design.FolderNameEditor))]
System.Windows.Forms.Design.Editors (1)
artifacts\obj\System.Windows.Forms.Design.Editors.Facade3x\Release\net9.0\System.Windows.Forms.Design.Editors.Forwards.cs (1)
18[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Windows.Forms.Design.FolderNameEditor))]
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\FolderNameEditorTests.cs (2)
23FolderNameEditor editor = new(); 31FolderNameEditor editor = new();