2 references to HandleLocationChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
890
control.LocationChanged += new EventHandler(
HandleLocationChanged
);
938
control.LocationChanged -= new EventHandler(
HandleLocationChanged
);