3 overrides of OnSubscribeControlEvents
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
558
protected override void
OnSubscribeControlEvents
(Control control) {
winforms\Managed\System\WinForms\ToolStripProgressBar.cs (1)
288
protected override void
OnSubscribeControlEvents
(Control control) {
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
218
protected override void
OnSubscribeControlEvents
(Control control) {
4 references to OnSubscribeControlEvents
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
571
base.
OnSubscribeControlEvents
(control);
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
64
OnSubscribeControlEvents
(c);
winforms\Managed\System\WinForms\ToolStripProgressBar.cs (1)
296
base.
OnSubscribeControlEvents
(control);
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
233
base.
OnSubscribeControlEvents
(control);