11 references to new
Accessibility_Core_App (3)
TaskDialogTesting.cs (3)
32
TaskDialogCommandLinkButton buttonCancelClose =
new
("C&ancel Close", allowCloseDialog: false);
33
TaskDialogCommandLinkButton buttonShowInnerDialog =
new
("&Show (modeless) Inner Dialog", "(and don't cancel the Close)");
34
TaskDialogCommandLinkButton buttonNavigate =
new
("&Navigate", allowCloseDialog: false);
WinFormsControlsTest (8)
TaskDialogSamples.cs (8)
170
new
TaskDialogCommandLinkButton
("&Beginner", "10 mines, 9 x 9 tile grid")
174
new
TaskDialogCommandLinkButton
("&Intermediate", "40 mines, 16 x 16 tile grid")
178
new
TaskDialogCommandLinkButton
("&Advanced", "99 mines, 16 x 30 tile grid")
333
TaskDialogButton showResultsButton = new
TaskDialogCommandLinkButton
("Show &Results");
427
TaskDialogCommandLinkButton restartNowButton =
new
("&Restart now");
482
TaskDialogCommandLinkButton buttonCancelClose =
new
("C&ancel Close", allowCloseDialog: false);
483
TaskDialogCommandLinkButton buttonShowInnerDialog =
new
("&Show (modeless) Inner Dialog", "(and don't cancel the Close)");
484
TaskDialogCommandLinkButton buttonNavigate =
new
("&Navigate", allowCloseDialog: false);