4 references to ScrollBar_MouseLeave
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
28894this.horizScrollBar.MouseLeave -= new System.EventHandler(ScrollBar_MouseLeave); 28899this.vertScrollBar.MouseLeave -= new System.EventHandler(ScrollBar_MouseLeave); 29835this.horizScrollBar.MouseLeave += new System.EventHandler(ScrollBar_MouseLeave); 29840this.vertScrollBar.MouseLeave += new System.EventHandler(ScrollBar_MouseLeave);