2 types derived from FileDialog
System.Windows.Forms (2)
winforms\Managed\System\WinForms\OpenFileDialog.cs (1)
31
public sealed class OpenFileDialog :
FileDialog
winforms\Managed\System\WinForms\SaveFileDialog.cs (1)
34
public 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)
221
private
FileDialog
_dialog;
223
public VistaDialogEvents(
FileDialog
dialog)
winforms\Managed\System\WinForms\FileDialogCustomPlace.cs (1)
91
return
FileDialog
.GetShellItemForPath(filePathString);
winforms\Managed\System\WinForms\OpenFileDialog.cs (1)
132
/// attempted is specified by the <see cref='System.Windows.Forms.
FileDialog
.FileName'/> property.