3 overrides of OnUnsubscribeControlEvents
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
420
protected override void
OnUnsubscribeControlEvents
(Control? control)
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
261
protected override void
OnUnsubscribeControlEvents
(Control? control)
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
139
protected override void
OnUnsubscribeControlEvents
(Control? control)
5 references to OnUnsubscribeControlEvents
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
433
base.
OnUnsubscribeControlEvents
(control);
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
462
OnUnsubscribeControlEvents
(_control);
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
269
base.
OnUnsubscribeControlEvents
(control);
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
153
base.
OnUnsubscribeControlEvents
(control);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4695
public new void OnUnsubscribeControlEvents(Control control) => base.
OnUnsubscribeControlEvents
(control);