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)
721return (uint)customButtonIndex < (uint)_boundCustomButtons!.Length 722? _boundCustomButtons[customButtonIndex] 900for (int i = 0; i < _boundCustomButtons.Length; i++) 902TaskDialogButton customButton = _boundCustomButtons[i]; 935customButtonElements = _boundCustomButtons.Where(e => e.IsCreated).Select(e => (e.ButtonID, e.GetResultingText()!)); 940if (_boundCustomButtons.Any(e => e.IsCreated && e is TaskDialogCommandLinkButton))