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