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)
626
protected override void
OnVisualStylesModeChanged
(EventArgs e)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
421
protected override void
OnVisualStylesModeChanged
(EventArgs e)
2 references to OnVisualStylesModeChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
628
base.
OnVisualStylesModeChanged
(e);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
423
base.
OnVisualStylesModeChanged
(e);