1 write to _collection
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogRadioButton.cs (1)
257
set =>
_collection
= value;
3 references to _collection
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogRadioButton.cs (3)
140
if (
_collection
is not null && value)
142
foreach (TaskDialogRadioButton radioButton in
_collection
)
256
get =>
_collection
;