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