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)
641
protected override void
OnSystemColorsChanged
(EventArgs e)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
434
protected override void
OnSystemColorsChanged
(EventArgs e)
2 references to OnSystemColorsChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
643
base.
OnSystemColorsChanged
(e);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
436
base.
OnSystemColorsChanged
(e);