1 write to AddExtension
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
709
AddExtension
= true;
3 references to AddExtension
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (3)
610
/// Processes the filenames entered in the dialog according to the settings of the <see cref="
AddExtension
"/>,
624
if (
AddExtension
&& !Path.HasExtension(fileName))
768
lpstrDefExt =
AddExtension
? extension : null,