4 references to OFN_OVERWRITEPROMPT
System.Windows.Forms (4)
winforms\Managed\System\WinForms\SaveFileDialog.cs (4)
73return GetOption(NativeMethods.OFN_OVERWRITEPROMPT); 78SetOption(NativeMethods.OFN_OVERWRITEPROMPT, value); 161if ((options & NativeMethods.OFN_OVERWRITEPROMPT) != 0 && FileExists(fileName) && !this.UseVistaDialogInternal) { 185SetOption(NativeMethods.OFN_OVERWRITEPROMPT, true);