2 writes to _radioButtons
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (2)
106
_radioButtons
= [];
165
_radioButtons
= value.OrThrowIfNull();
10 references to _radioButtons
System.Windows.Forms (10)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (10)
158
get =>
_radioButtons
;
739
return buttonID == 0 ? null :
_radioButtons
[buttonID - RadioButtonStartID];
756
_radioButtons
.BoundPage is not null)
764
if (_buttons.Concat<TaskDialogControl>(
_radioButtons
)
782
_radioButtons
.Count > int.MaxValue - RadioButtonStartID + 1)
787
if (
_radioButtons
.Count(e => e.Checked) > 1)
820
if (
_radioButtons
.Any(e => e.IsCreatable && IsNativeStringNullOrEmpty(e.Text)))
865
TaskDialogRadioButtonCollection radioButtons =
_radioButtons
;
973
TaskDialogRadioButtonCollection radioButtons =
_radioButtons
;
1021
TaskDialogRadioButtonCollection radioButtons =
_radioButtons
;