5 writes to ValidateNames
System.Windows.Forms.Tests (5)
System\Windows\Forms\FileDialogTests.cs (5)
532ValidateNames = value 538dialog.ValidateNames = value; 543dialog.ValidateNames = !value; 606ValidateNames = false 708ValidateNames = false
8 references to ValidateNames
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (2)
611/// <see cref="CheckFileExists"/>, and <see cref="ValidateNames"/> properties. 615if (!ValidateNames)
System.Windows.Forms.Tests (6)
System\Windows\Forms\FileDialogTests.cs (6)
47Assert.True(dialog.ValidateNames); 85Assert.True(dialog.ValidateNames); 534Assert.Equal(value, dialog.ValidateNames); 539Assert.Equal(value, dialog.ValidateNames); 544Assert.Equal(!value, dialog.ValidateNames); 641Assert.True(dialog.ValidateNames);