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)
949add => base.Leave += value; 950remove => base.Leave -= value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (2)
546add => base.Leave += value; 547remove => base.Leave -= value;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
496add => base.Leave += value; 497remove => base.Leave -= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
723control.Leave += HandleLeave; 768control.Leave -= HandleLeave;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
513add => base.Leave += value; 514remove => 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)
1254add { base.Leave += value; } 1255remove { base.Leave -= value; }