5 references to new
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogButtonCollection.cs (1)
39
TaskDialogButton button =
new
(text, enabled, allowCloseDialog);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogCommandLinkButton.cs (1)
38
:
base
(text, enabled, allowCloseDialog)
WinFormsControlsTest (3)
TaskDialogSamples.cs (3)
128
TaskDialogButton btnSave =
new
("&Save");
129
TaskDialogButton btnDontSave =
new
("Do&n't save");
197
TaskDialogButton reconnectButton =
new
("&Reconnect now");