19 references to MouseLeave
System.Windows.Forms (19)
winforms\Managed\System\WinForms\Control.cs (1)
9266/// <para>Raises the <see cref='System.Windows.Forms.Control.MouseLeave'/> event.</para>
winforms\Managed\System\WinForms\DataGrid.cs (1)
4185/// <para>Creates the <see cref='System.Windows.Forms.Control.MouseLeave'/>
winforms\Managed\System\WinForms\DataGridViewMethods.cs (8)
28873this.editingPanel.MouseLeave -= new System.EventHandler(EditingControls_MouseLeave); 28884this.editingControl.MouseLeave -= new System.EventHandler(EditingControls_MouseLeave); 28894this.horizScrollBar.MouseLeave -= new System.EventHandler(ScrollBar_MouseLeave); 28899this.vertScrollBar.MouseLeave -= new System.EventHandler(ScrollBar_MouseLeave); 29814this.editingPanel.MouseLeave += new System.EventHandler(EditingControls_MouseLeave); 29825this.editingControl.MouseLeave += new System.EventHandler(EditingControls_MouseLeave); 29835this.horizScrollBar.MouseLeave += new System.EventHandler(ScrollBar_MouseLeave); 29840this.vertScrollBar.MouseLeave += new System.EventHandler(ScrollBar_MouseLeave);
winforms\Managed\System\WinForms\GroupBox.cs (2)
504base.MouseLeave += value; 507base.MouseLeave -= value;
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
1753base.MouseLeave += value; 1756base.MouseLeave -= value;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
898control.MouseLeave += new EventHandler(HandleMouseLeave); 946control.MouseLeave -= new EventHandler(HandleMouseLeave);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
339this.linkLblFromUrl.MouseLeave += new System.EventHandler(this.linkLblFromUrl_MouseLeave);
winforms\Managed\System\WinForms\UpDownBase.cs (2)
485base.MouseLeave += value; 488base.MouseLeave -= value;