3 overrides of OnSubscribeControlEvents
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
404
protected override void
OnSubscribeControlEvents
(Control? control)
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
250
protected override void
OnSubscribeControlEvents
(Control? control)
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
122
protected override void
OnSubscribeControlEvents
(Control? control)
5 references to OnSubscribeControlEvents
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
417
base.
OnSubscribeControlEvents
(control);
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
47
OnSubscribeControlEvents
(c);
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
258
base.
OnSubscribeControlEvents
(control);
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
136
base.
OnSubscribeControlEvents
(control);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4693
public new void OnSubscribeControlEvents(Control control) => base.
OnSubscribeControlEvents
(control);