3 types derived from FileDialog
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (1)
17public sealed partial class OpenFileDialog : FileDialog
System\Windows\Forms\Dialogs\CommonDialogs\SaveFileDialog.cs (1)
18public sealed partial class SaveFileDialog : FileDialog
System.Windows.Forms.Tests (1)
System\Windows\Forms\FileDialogTests.cs (1)
822private 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)
12private readonly FileDialog _ownerDialog; 14public 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)
20private FileDialog? _fileDialog;
System\Drawing\Design\ImageEditor.cs (1)
19private FileDialog? _fileDialog;
System.Windows.Forms.Tests (3)
System\Windows\Forms\FileDialogTests.cs (3)
786public void FileDialog_ToString_Invoke_ReturnsExpected(FileDialog dialog, string expected) 795var accessor = typeof(FileDialog).TestAccessor(); 825public 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"/>.