1 write to AddExtension
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
709AddExtension = 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"/>, 624if (AddExtension && !Path.HasExtension(fileName)) 768lpstrDefExt = AddExtension ? extension : null,