1 override of CheckFileExists
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (1)
25public override bool CheckFileExists
1 write to CheckFileExists
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (1)
28set => base.CheckFileExists = value;
3 references to CheckFileExists
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (2)
611/// <see cref="CheckFileExists"/>, and <see cref="ValidateNames"/> properties. 626bool fileMustExist = CheckFileExists;
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (1)
27get => base.CheckFileExists;