7 types derived from CommonDialog
System.Windows.Forms (6)
System\Windows\Forms\Dialogs\CommonDialogs\ColorDialog.cs (1)
16
public class ColorDialog :
CommonDialog
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
17
public abstract partial class FileDialog :
CommonDialog
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (1)
21
public sealed class FolderBrowserDialog :
CommonDialog
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
18
public class FontDialog :
CommonDialog
System\Windows\Forms\Printing\PageSetupDialog.cs (1)
17
public sealed class PageSetupDialog :
CommonDialog
System\Windows\Forms\Printing\PrintDialog.cs (1)
17
public sealed class PrintDialog :
CommonDialog
System.Windows.Forms.Tests (1)
System\Windows\Forms\CommonDialogTests.cs (1)
267
private 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)
231
FieldInfo field = typeof(
CommonDialog
).GetField("s_helpMessage", BindingFlags.NonPublic | BindingFlags.Static);
251
FieldInfo 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)
42
if (propertyGrid1.SelectedObject is
CommonDialog
dialog)