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