3 references to OnParentForeColorChanged
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1249control.OnParentForeColorChanged(EventArgs.Empty);
System\Windows\Forms\Control.cs (1)
6817children[i].OnParentForeColorChanged(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1360public new void OnParentForeColorChanged(EventArgs e) => base.OnParentForeColorChanged(e);