4 references to OnBoundsChanged
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ErrorProvider.cs (4)
1349
this.control.LocationChanged += new EventHandler(
OnBoundsChanged
);
1350
this.control.SizeChanged += new EventHandler(
OnBoundsChanged
);
1359
control.LocationChanged -= new EventHandler(
OnBoundsChanged
);
1360
control.SizeChanged -= new EventHandler(
OnBoundsChanged
);