1 override of CheckFileExists
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (1)
25
public override bool
CheckFileExists
1 write to CheckFileExists
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (1)
28
set => 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.
626
bool fileMustExist =
CheckFileExists
;
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (1)
27
get => base.
CheckFileExists
;