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