3 references to TaskDialogCommandLinkButton
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogButton.cs (1)
24
/// Note: It's not possible to show both custom buttons and command links (<see cref="
TaskDialogCommandLinkButton
"/> instances)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (2)
797
if (button is
TaskDialogCommandLinkButton
commandLink)
929
if (_boundCustomButtons.Any(e => e.IsCreated && e is
TaskDialogCommandLinkButton
))