35 references to MouseLeave
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.cs (1)
529
button.
MouseLeave
+= new EventHandler(OnIconButtonLeave);
System.Windows.Forms (15)
System\Windows\Forms\Control.cs (1)
7783
/// Raises the <see cref="
MouseLeave
"/> event.
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (8)
28826
_editingPanel.
MouseLeave
-= EditingControls_MouseLeave;
28837
EditingControl.
MouseLeave
-= EditingControls_MouseLeave;
28847
_horizScrollBar.
MouseLeave
-= ScrollBar_MouseLeave;
28853
_vertScrollBar.
MouseLeave
-= ScrollBar_MouseLeave;
29924
_editingPanel.
MouseLeave
+= EditingControls_MouseLeave;
29935
EditingControl.
MouseLeave
+= EditingControls_MouseLeave;
29945
_horizScrollBar.
MouseLeave
+= ScrollBar_MouseLeave;
29951
_vertScrollBar.
MouseLeave
+= ScrollBar_MouseLeave;
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (2)
392
add => base.
MouseLeave
+= value;
393
remove => base.
MouseLeave
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
732
control.
MouseLeave
+= HandleMouseLeave;
777
control.
MouseLeave
-= HandleMouseLeave;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
307
add => base.
MouseLeave
+= value;
308
remove => base.
MouseLeave
-= value;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
244
_treeViewCtrl.
MouseLeave
+= treeViewCtrl_MouseLeave;
System\Windows\Forms\Design\ToolStripTemplateNode.cs (2)
699
_miniToolStrip.
MouseLeave
-= OnMouseLeave;
1471
_miniToolStrip.
MouseLeave
+= OnMouseLeave;
System.Windows.Forms.Tests (12)
System\Windows\Forms\ButtonBaseTests.cs (4)
6448
control.
MouseLeave
+= handler;
6454
control.
MouseLeave
-= handler;
6487
control.
MouseLeave
+= handler;
6496
control.
MouseLeave
-= handler;
System\Windows\Forms\ButtonTests.cs (4)
2585
control.
MouseLeave
+= handler;
2591
control.
MouseLeave
-= handler;
2623
control.
MouseLeave
+= handler;
2632
control.
MouseLeave
-= handler;
System\Windows\Forms\ControlTests.Handlers.cs (2)
3536
control.
MouseLeave
+= handler;
3542
control.
MouseLeave
-= handler;
System\Windows\Forms\TreeViewTests.cs (2)
6406
control.
MouseLeave
+= handler;
6411
control.
MouseLeave
-= handler;
System.Windows.Forms.UI.IntegrationTests (2)
Infra\ScreenRecordService.cs (2)
572
form.
MouseLeave
+= OnThrottledInteraction;
586
form.
MouseLeave
-= OnThrottledInteraction;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1339
add { base.
MouseLeave
+= value; }
1340
remove { base.
MouseLeave
-= value; }