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