5 references to Checked
System.Windows.Forms (5)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
255/// This is used by the <see cref="TaskDialogRadioButton.Checked"/> setter
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (2)
787if (_radioButtons.Count(e => e.Checked) > 1) 913if (radioButton.IsCreated && radioButton.Checked)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogRadioButton.cs (2)
19/// Occurs when the value of the <see cref="Checked"/> property changes 208$"{nameof(TaskDialogRadioButton)}.{nameof(Checked)}",