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)
4 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);