4 writes to Description
System.Windows.Forms.Tests (3)
System\Windows\Forms\FolderBrowserDialogTests.cs (3)
76
Description
= value
81
dialog.
Description
= value;
275
Description
= "A description",
WinFormsControlsTest (1)
Dialogs.Designer.cs (1)
141
this.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)
15
Assert.Empty(dialog.
Description
);
78
Assert.Equal(value ?? string.Empty, dialog.
Description
);
82
Assert.Equal(value ?? string.Empty, dialog.
Description
);
293
Assert.Empty(dialog.
Description
);