4 writes to Description
System.Windows.Forms.Tests (3)
System\Windows\Forms\FolderBrowserDialogTests.cs (3)
78Description = value 83dialog.Description = value; 277Description = "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)
17Assert.Empty(dialog.Description); 80Assert.Equal(value ?? string.Empty, dialog.Description); 84Assert.Equal(value ?? string.Empty, dialog.Description); 295Assert.Empty(dialog.Description);