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