2 writes to _radioButtons
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (2)
106_radioButtons = []; 165_radioButtons = value.OrThrowIfNull();
11 references to _radioButtons
System.Windows.Forms (11)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (11)
158get => _radioButtons; 748return (uint)radioButtonIndex < (uint)_radioButtons.Count 749? _radioButtons[radioButtonIndex] 767_radioButtons.BoundPage is not null) 775if (_buttons.Concat<TaskDialogControl>(_radioButtons) 793_radioButtons.Count > int.MaxValue - RadioButtonStartID + 1) 798if (_radioButtons.Count(e => e.Checked) > 1) 831if (_radioButtons.Any(e => e.IsCreatable && IsNativeStringNullOrEmpty(e.Text))) 876TaskDialogRadioButtonCollection radioButtons = _radioButtons; 984TaskDialogRadioButtonCollection radioButtons = _radioButtons; 1032TaskDialogRadioButtonCollection radioButtons = _radioButtons;