5 writes to ValidateNames
System.Windows.Forms.Tests (5)
System\Windows\Forms\FileDialogTests.cs (5)
530ValidateNames = value 536dialog.ValidateNames = value; 541dialog.ValidateNames = !value; 604ValidateNames = false 706ValidateNames = 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)
45Assert.True(dialog.ValidateNames); 83Assert.True(dialog.ValidateNames); 532Assert.Equal(value, dialog.ValidateNames); 537Assert.Equal(value, dialog.ValidateNames); 542Assert.Equal(!value, dialog.ValidateNames); 639Assert.True(dialog.ValidateNames);