2 types derived from FileDialog
System.Windows.Forms (2)
winforms\Managed\System\WinForms\OpenFileDialog.cs (1)
31public sealed class OpenFileDialog : FileDialog
winforms\Managed\System\WinForms\SaveFileDialog.cs (1)
34public sealed class SaveFileDialog : FileDialog {
6 references to FileDialog
System.Windows.Forms (6)
winforms\Managed\System\WinForms\FileDialog.cs (2)
73/// initializes a new instance of the <see cref='System.Windows.Forms.FileDialog'/> 854/// Raises the <see cref='System.Windows.Forms.FileDialog.FileOk'/> event.
winforms\Managed\System\WinForms\FileDialog_Vista.cs (2)
221private FileDialog _dialog; 223public VistaDialogEvents(FileDialog dialog)
winforms\Managed\System\WinForms\FileDialogCustomPlace.cs (1)
91return FileDialog.GetShellItemForPath(filePathString);
winforms\Managed\System\WinForms\OpenFileDialog.cs (1)
132/// attempted is specified by the <see cref='System.Windows.Forms.FileDialog.FileName'/> property.