2 references to RadioButtonID
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (2)
915
defaultRadioButtonID = radioButton.
RadioButtonID
;
925
radioButtonElements = radioButtons.Where(e => e.IsCreated).Select(e => (e.
RadioButtonID
, e.Text!));