1 write to Text
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogRadioButtonCollection.cs (1)
37Text = text
2 references to Text
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (2)
820if (_radioButtons.Any(e => e.IsCreatable && IsNativeStringNullOrEmpty(e.Text))) 925radioButtonElements = radioButtons.Where(e => e.IsCreated).Select(e => (e.RadioButtonID, e.Text!));