2 references to OnCheckedChanged
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
166
OnCheckedChanged
(EventArgs.Empty);
System.Windows.Forms.Tests (1)
System\Windows\Forms\RadioButtonTests.cs (1)
1597
public new void OnCheckedChanged(EventArgs e) => base.
OnCheckedChanged
(e);