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