4 references to OFN_PATHMUSTEXIST
System.Windows.Forms (4)
winforms\Managed\System\WinForms\FileDialog.cs (4)
146return GetOption(NativeMethods.OFN_PATHMUSTEXIST); 152SetOption(NativeMethods.OFN_PATHMUSTEXIST, value); 468NativeMethods.OFN_ALLOWMULTISELECT | NativeMethods.OFN_PATHMUSTEXIST | 963options = NativeMethods.OFN_HIDEREADONLY | NativeMethods.OFN_PATHMUSTEXIST |