1 write to DirectoryPath
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FolderNameEditor.FolderBrowser.cs (1)
69DirectoryPath = folder;
3 references to DirectoryPath
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FolderNameEditor.cs (1)
27return _folderBrowser.DirectoryPath;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\FolderNameEditorTests.cs (1)
48Assert.Empty(browser.DirectoryPath);
System.Windows.Forms.UI.IntegrationTests (1)
FolderNameEditorTests.cs (1)
48return _folderBrowser.DirectoryPath;