4 references to OFN_ALLOWMULTISELECT
System.Windows.Forms (4)
winforms\Managed\System\WinForms\FileDialog.cs (2)
468
NativeMethods.
OFN_ALLOWMULTISELECT
| NativeMethods.OFN_PATHMUSTEXIST |
638
if ((options & NativeMethods.
OFN_ALLOWMULTISELECT
) == 0) {
winforms\Managed\System\WinForms\OpenFileDialog.cs (2)
73
return GetOption(NativeMethods.
OFN_ALLOWMULTISELECT
);
77
SetOption(NativeMethods.
OFN_ALLOWMULTISELECT
, value);