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