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)
28873
this.editingPanel.
MouseLeave
-= new System.EventHandler(EditingControls_MouseLeave);
28884
this.editingControl.
MouseLeave
-= new System.EventHandler(EditingControls_MouseLeave);
28894
this.horizScrollBar.
MouseLeave
-= new System.EventHandler(ScrollBar_MouseLeave);
28899
this.vertScrollBar.
MouseLeave
-= new System.EventHandler(ScrollBar_MouseLeave);
29814
this.editingPanel.
MouseLeave
+= new System.EventHandler(EditingControls_MouseLeave);
29825
this.editingControl.
MouseLeave
+= new System.EventHandler(EditingControls_MouseLeave);
29835
this.horizScrollBar.
MouseLeave
+= new System.EventHandler(ScrollBar_MouseLeave);
29840
this.vertScrollBar.
MouseLeave
+= new System.EventHandler(ScrollBar_MouseLeave);
winforms\Managed\System\WinForms\GroupBox.cs (2)
504
base.
MouseLeave
+= value;
507
base.
MouseLeave
-= value;
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
1753
base.
MouseLeave
+= value;
1756
base.
MouseLeave
-= value;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
898
control.
MouseLeave
+= new EventHandler(HandleMouseLeave);
946
control.
MouseLeave
-= new EventHandler(HandleMouseLeave);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
339
this.linkLblFromUrl.
MouseLeave
+= new System.EventHandler(this.linkLblFromUrl_MouseLeave);
winforms\Managed\System\WinForms\UpDownBase.cs (2)
485
base.
MouseLeave
+= value;
488
base.
MouseLeave
-= value;