5 references to OFN_FILEMUSTEXIST
System.Windows.Forms (5)
winforms\Managed\System\WinForms\FileDialog.cs (4)
122
return GetOption(NativeMethods.
OFN_FILEMUSTEXIST
);
128
SetOption(NativeMethods.
OFN_FILEMUSTEXIST
, value);
874
bool fileMustExist = (options & NativeMethods.
OFN_FILEMUSTEXIST
) != 0;
947
if ((options & NativeMethods.
OFN_FILEMUSTEXIST
) != 0) {
winforms\Managed\System\WinForms\OpenFileDialog.cs (1)
179
SetOption(NativeMethods.
OFN_FILEMUSTEXIST
, true);