4 writes to Description
System.Windows.Forms.Tests (3)
System\Windows\Forms\FolderBrowserDialogTests.cs (3)
76Description = value 81dialog.Description = value; 275Description = "A description",
WinFormsControlsTest (1)
Dialogs.Designer.cs (1)
141this.folderBrowserDialog1.Description = "Open global dotnet folder";
6 references to Description
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (2)
231/// Gets or sets a value that indicates whether to use the value of the <see cref="Description" /> property 235/// <see langword="true" /> to indicate that the value of the <see cref="Description" /> property is used as dialog title;
System.Windows.Forms.Tests (4)
System\Windows\Forms\FolderBrowserDialogTests.cs (4)
15Assert.Empty(dialog.Description); 78Assert.Equal(value ?? string.Empty, dialog.Description); 82Assert.Equal(value ?? string.Empty, dialog.Description); 293Assert.Empty(dialog.Description);