2 writes to _boundCustomButtons
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (2)
882
_boundCustomButtons
= [..buttons.Where(e => !e.IsStandardButton)];
980
_boundCustomButtons
= null;
6 references to _boundCustomButtons
System.Windows.Forms (6)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (6)
721
return (uint)customButtonIndex < (uint)
_boundCustomButtons
!.Length
722
?
_boundCustomButtons
[customButtonIndex]
900
for (int i = 0; i <
_boundCustomButtons
.Length; i++)
902
TaskDialogButton customButton =
_boundCustomButtons
[i];
935
customButtonElements =
_boundCustomButtons
.Where(e => e.IsCreated).Select(e => (e.ButtonID, e.GetResultingText()!));
940
if (
_boundCustomButtons
.Any(e => e.IsCreated && e is TaskDialogCommandLinkButton))