7 types derived from CommonDialog
System.Windows.Forms (6)
System\Windows\Forms\Dialogs\CommonDialogs\ColorDialog.cs (1)
16public class ColorDialog : CommonDialog
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
17public abstract partial class FileDialog : CommonDialog
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (1)
21public sealed class FolderBrowserDialog : CommonDialog
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
18public class FontDialog : CommonDialog
System\Windows\Forms\Printing\PageSetupDialog.cs (1)
17public sealed class PageSetupDialog : CommonDialog
System\Windows\Forms\Printing\PrintDialog.cs (1)
17public sealed class PrintDialog : CommonDialog
System.Windows.Forms.Tests (1)
System\Windows\Forms\CommonDialogTests.cs (1)
267private class SubCommonDialog : CommonDialog
5 references to CommonDialog
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
26/// Initializes a new instance of the <see cref="CommonDialog"/> class.
System.Windows.Forms.Tests (2)
System\Windows\Forms\CommonDialogTests.cs (2)
231FieldInfo field = typeof(CommonDialog).GetField("s_helpMessage", BindingFlags.NonPublic | BindingFlags.Static); 251FieldInfo field = typeof(CommonDialog).GetField("s_helpMessage", BindingFlags.NonPublic | BindingFlags.Static);
System.Windows.Forms.TestUtilities (1)
DialogHostForm.cs (1)
13/// This class is typically passed as a parameter to a call to <see cref="CommonDialog.ShowDialog(IWin32Window?)"/>.
WinFormsControlsTest (1)
Dialogs.cs (1)
42if (propertyGrid1.SelectedObject is CommonDialog dialog)