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)
60
Description
= value
65
browser.
Description
= value;
3 references to Description
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\FolderNameEditorTests.cs (3)
49
Assert.Empty(browser.
Description
);
62
Assert.Equal(expected, browser.
Description
);
66
Assert.Equal(expected, browser.
Description
);