5 writes to UseDescriptionForTitle
System.Windows.Forms.Tests (4)
System\Windows\Forms\FolderBrowserDialogTests.cs (4)
255
UseDescriptionForTitle
= value
260
dialog.
UseDescriptionForTitle
= value;
264
dialog.
UseDescriptionForTitle
= !value;
284
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)
28
Assert.False(dialog.
UseDescriptionForTitle
);
257
Assert.Equal(value, dialog.
UseDescriptionForTitle
);
261
Assert.Equal(value, dialog.
UseDescriptionForTitle
);
265
Assert.Equal(!value, dialog.
UseDescriptionForTitle
);
306
Assert.True(dialog.
UseDescriptionForTitle
);