6 types derived from CommonDialog
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ColorDialog.cs (1)
35public class ColorDialog : CommonDialog {
winforms\Managed\System\WinForms\FileDialog.cs (1)
41public abstract partial class FileDialog : CommonDialog {
winforms\Managed\System\WinForms\FolderBrowserDialog.cs (1)
33public sealed class FolderBrowserDialog : CommonDialog
winforms\Managed\System\WinForms\FontDialog.cs (1)
36public class FontDialog : CommonDialog {
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (1)
28public sealed class PageSetupDialog : CommonDialog {
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (1)
27public sealed class PrintDialog : CommonDialog {
2 references to CommonDialog
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CommonDialog.cs (2)
51/// Initializes a new instance of the <see cref='System.Windows.Forms.CommonDialog'/> class. 189/// Raises the <see cref='System.Windows.Forms.CommonDialog.HelpRequest'/>