3 references to OFN_CREATEPROMPT
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\CommonDialogs\SaveFileDialog.cs (3)
43
get => GetOption(
OFN_CREATEPROMPT
);
44
set => SetOption(
OFN_CREATEPROMPT
, value);
122
if (_fileNameFlags.HasFlag(
OFN_CREATEPROMPT
) && !FileExists(fileName) && !PromptFileCreate(fileName))