2 types derived from FileDialog
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (1)
17
public sealed partial class OpenFileDialog :
FileDialog
System\Windows\Forms\Dialogs\CommonDialogs\SaveFileDialog.cs (1)
18
public sealed partial class SaveFileDialog :
FileDialog
6 references to FileDialog
System.Windows.Forms (4)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
38
/// In an inherited class, initializes a new instance of the <see cref="
FileDialog
"/> class.
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.VistaDialogEvents.cs (2)
12
private readonly
FileDialog
_ownerDialog;
14
public VistaDialogEvents(
FileDialog
dialog)
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (1)
93
/// attempted is specified by the <see cref="
FileDialog
.FileName"/> property.
System.Windows.Forms.Design (2)
System\Drawing\Design\IconEditor.cs (1)
20
private
FileDialog
? _fileDialog;
System\Drawing\Design\ImageEditor.cs (1)
19
private
FileDialog
? _fileDialog;