4 writes to Description
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\InitialDirectoryEditor.cs (1)
13folderBrowser.Description = SR.InitialDirectoryEditorLabel;
System\Windows\Forms\Design\SelectedPathEditor.cs (1)
13folderBrowser.Description = SR.SelectedPathEditorLabel;
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\FolderNameEditorTests.cs (2)
60Description = value 65browser.Description = value;
3 references to Description
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\FolderNameEditorTests.cs (3)
49Assert.Empty(browser.Description); 62Assert.Equal(expected, browser.Description); 66Assert.Equal(expected, browser.Description);