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