3 references to OFN_CREATEPROMPT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\SaveFileDialog.cs (3)
50
return GetOption(NativeMethods.
OFN_CREATEPROMPT
);
55
SetOption(NativeMethods.
OFN_CREATEPROMPT
, value);
167
if ((options & NativeMethods.
OFN_CREATEPROMPT
) != 0 && !FileExists(fileName)) {