Base:
method
OnSystemColorsChanged
System.Windows.Forms.Control.OnSystemColorsChanged(System.EventArgs)
2 overrides of OnSystemColorsChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
629
protected override void
OnSystemColorsChanged
(EventArgs e)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
413
protected override void
OnSystemColorsChanged
(EventArgs e)
2 references to OnSystemColorsChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
631
base.
OnSystemColorsChanged
(e);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
415
base.
OnSystemColorsChanged
(e);