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