2 writes to _boundCustomButtons
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (2)
871
_boundCustomButtons
= buttons.Where(e => !e.IsStandardButton).ToArray();
969
_boundCustomButtons
= null;
5 references to _boundCustomButtons
System.Windows.Forms (5)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (5)
720
return
_boundCustomButtons
![buttonID - CustomButtonStartID];
889
for (int i = 0; i <
_boundCustomButtons
.Length; i++)
891
TaskDialogButton customButton =
_boundCustomButtons
[i];
924
customButtonElements =
_boundCustomButtons
.Where(e => e.IsCreated).Select(e => (e.ButtonID, e.GetResultingText()!));
929
if (
_boundCustomButtons
.Any(e => e.IsCreated && e is TaskDialogCommandLinkButton))