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