3 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
System.Windows.Forms.Tests (1)
System\Windows\Forms\FileDialogTests.cs (1)
822
private unsafe class SubFileDialog :
FileDialog
10 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;
System.Windows.Forms.Tests (3)
System\Windows\Forms\FileDialogTests.cs (3)
786
public void FileDialog_ToString_Invoke_ReturnsExpected(
FileDialog
dialog, string expected)
795
var accessor = typeof(
FileDialog
).TestAccessor();
825
public static new readonly object EventFileOk =
FileDialog
.EventFileOk;
WinFormsControlsTest (1)
Dialogs.ExposedClientGuidMetadata.cs (1)
12
/// to prepare tests of <see cref="System.Windows.Forms.
FileDialog
"/> and <see cref="FolderBrowserDialog"/>.