14 references to Leave
System.Windows.Forms (11)
System\Windows\Forms\Control.cs (1)
7794
/// Raises the <see cref="
Leave
"/> event.
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
949
add => base.
Leave
+= value;
950
remove => base.
Leave
-= value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (2)
546
add => base.
Leave
+= value;
547
remove => base.
Leave
-= value;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
496
add => base.
Leave
+= value;
497
remove => base.
Leave
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
723
control.
Leave
+= HandleLeave;
768
control.
Leave
-= HandleLeave;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
513
add => base.
Leave
+= value;
514
remove => base.
Leave
-= value;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
44
_readOnlyTextBoxLabel.
Leave
+= OnReadOnlyTextBoxLabelLeave;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1254
add { base.
Leave
+= value; }
1255
remove { base.
Leave
-= value; }