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