2 references to OnCheckedChanged
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
194
OnCheckedChanged
(EventArgs.Empty);
System.Windows.Forms.Tests (1)
System\Windows\Forms\CheckBoxTests.cs (1)
708
public new void OnCheckedChanged(EventArgs e) => base.
OnCheckedChanged
(e);