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)
797if (button is TaskDialogCommandLinkButton commandLink) 929if (_boundCustomButtons.Any(e => e.IsCreated && e is TaskDialogCommandLinkButton))