35 references to MouseLeave
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.cs (1)
538
button.
MouseLeave
+= new EventHandler(OnIconButtonLeave);
System.Windows.Forms (15)
System\Windows\Forms\Control.cs (1)
7750
/// Raises the <see cref="
MouseLeave
"/> event.
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (8)
28816
_editingPanel.
MouseLeave
-= EditingControls_MouseLeave;
28827
EditingControl.
MouseLeave
-= EditingControls_MouseLeave;
28837
_horizScrollBar.
MouseLeave
-= ScrollBar_MouseLeave;
28843
_vertScrollBar.
MouseLeave
-= ScrollBar_MouseLeave;
29917
_editingPanel.
MouseLeave
+= EditingControls_MouseLeave;
29928
EditingControl.
MouseLeave
+= EditingControls_MouseLeave;
29938
_horizScrollBar.
MouseLeave
+= ScrollBar_MouseLeave;
29944
_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)
729
_miniToolStrip.
MouseLeave
-= OnMouseLeave;
1510
_miniToolStrip.
MouseLeave
+= OnMouseLeave;
System.Windows.Forms.Tests (12)
System\Windows\Forms\ButtonBaseTests.cs (4)
6446
control.
MouseLeave
+= handler;
6452
control.
MouseLeave
-= handler;
6485
control.
MouseLeave
+= handler;
6494
control.
MouseLeave
-= handler;
System\Windows\Forms\ButtonTests.cs (4)
2583
control.
MouseLeave
+= handler;
2589
control.
MouseLeave
-= handler;
2621
control.
MouseLeave
+= handler;
2630
control.
MouseLeave
-= handler;
System\Windows\Forms\ControlTests.Handlers.cs (2)
3534
control.
MouseLeave
+= handler;
3540
control.
MouseLeave
-= handler;
System\Windows\Forms\TreeViewTests.cs (2)
6404
control.
MouseLeave
+= handler;
6409
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)
1349
add { base.
MouseLeave
+= value; }
1350
remove { base.
MouseLeave
-= value; }