Base:
method
OnVisualStylesModeChanged
System.Windows.Forms.Control.OnVisualStylesModeChanged(System.EventArgs)
2 overrides of OnVisualStylesModeChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
614
protected override void
OnVisualStylesModeChanged
(EventArgs e)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
400
protected override void
OnVisualStylesModeChanged
(EventArgs e)
2 references to OnVisualStylesModeChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
616
base.
OnVisualStylesModeChanged
(e);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
402
base.
OnVisualStylesModeChanged
(e);