4 references to OFN_FILEMUSTEXIST
System.Windows.Forms (4)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (3)
76
get => GetOption(
OFN_FILEMUSTEXIST
);
77
set => SetOption(
OFN_FILEMUSTEXIST
, value);
689
if (_fileNameFlags.HasFlag(
OFN_FILEMUSTEXIST
) && !FileExists(fileName))
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (1)
109
SetOption(
OFN_FILEMUSTEXIST
, true);