3 overrides of OnUnsubscribeControlEvents
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
575
protected override void
OnUnsubscribeControlEvents
(Control control) {
winforms\Managed\System\WinForms\ToolStripProgressBar.cs (1)
300
protected override void
OnUnsubscribeControlEvents
(Control control) {
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
237
protected override void
OnUnsubscribeControlEvents
(Control control) {
4 references to OnUnsubscribeControlEvents
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
587
base.
OnUnsubscribeControlEvents
(control);
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
598
OnUnsubscribeControlEvents
(Control);
winforms\Managed\System\WinForms\ToolStripProgressBar.cs (1)
308
base.
OnUnsubscribeControlEvents
(control);
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
251
base.
OnUnsubscribeControlEvents
(control);