5 writes to UseDescriptionForTitle
System.Windows.Forms.Tests (4)
System\Windows\Forms\FolderBrowserDialogTests.cs (4)
257
UseDescriptionForTitle
= value
262
dialog.
UseDescriptionForTitle
= value;
266
dialog.
UseDescriptionForTitle
= !value;
286
UseDescriptionForTitle
= true,
WinFormsControlsTest (1)
Dialogs.Designer.cs (1)
144
this.folderBrowserDialog1.
UseDescriptionForTitle
= true;
6 references to UseDescriptionForTitle
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (1)
339
if (
UseDescriptionForTitle
)
System.Windows.Forms.Tests (5)
System\Windows\Forms\FolderBrowserDialogTests.cs (5)
30
Assert.False(dialog.
UseDescriptionForTitle
);
259
Assert.Equal(value, dialog.
UseDescriptionForTitle
);
263
Assert.Equal(value, dialog.
UseDescriptionForTitle
);
267
Assert.Equal(!value, dialog.
UseDescriptionForTitle
);
308
Assert.True(dialog.
UseDescriptionForTitle
);