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