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)
158
get =>
_radioButtons
;
748
return (uint)radioButtonIndex < (uint)
_radioButtons
.Count
749
?
_radioButtons
[radioButtonIndex]
767
_radioButtons
.BoundPage is not null)
775
if (_buttons.Concat<TaskDialogControl>(
_radioButtons
)
793
_radioButtons
.Count > int.MaxValue - RadioButtonStartID + 1)
798
if (
_radioButtons
.Count(e => e.Checked) > 1)
831
if (
_radioButtons
.Any(e => e.IsCreatable && IsNativeStringNullOrEmpty(e.Text)))
876
TaskDialogRadioButtonCollection radioButtons =
_radioButtons
;
984
TaskDialogRadioButtonCollection radioButtons =
_radioButtons
;
1032
TaskDialogRadioButtonCollection radioButtons =
_radioButtons
;