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)
720return _boundCustomButtons![buttonID - CustomButtonStartID]; 889for (int i = 0; i < _boundCustomButtons.Length; i++) 891TaskDialogButton customButton = _boundCustomButtons[i]; 924customButtonElements = _boundCustomButtons.Where(e => e.IsCreated).Select(e => (e.ButtonID, e.GetResultingText()!)); 929if (_boundCustomButtons.Any(e => e.IsCreated && e is TaskDialogCommandLinkButton))