1 override of OnParentBackColorChanged
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2661
protected override void
OnParentBackColorChanged
(EventArgs e)
4 references to OnParentBackColorChanged
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1226
control.
OnParentBackColorChanged
(EventArgs.Empty);
System\Windows\Forms\Control.cs (1)
6605
children[i].
OnParentBackColorChanged
(e);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2663
base.
OnParentBackColorChanged
(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1348
public new void OnParentBackColorChanged(EventArgs e) => base.
OnParentBackColorChanged
(e);