10 overrides of OnBackColorChanged
System.Windows.Forms (10)
System\Windows\Forms\ActiveX\AxHost.cs (1)
799
protected override void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2717
protected override void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
748
protected override unsafe void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1449
protected override void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
337
protected override void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2336
protected override void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1787
protected override unsafe void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
552
protected override unsafe void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
990
protected override void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
548
protected override void
OnBackColorChanged
(EventArgs e)
16 references to OnBackColorChanged
System.Windows.Forms (14)
System\Windows\Forms\ActiveX\AxHost.cs (1)
801
base.
OnBackColorChanged
(e);
System\Windows\Forms\Control.cs (4)
913
OnBackColorChanged
(EventArgs.Empty);
3083
OnBackColorChanged
(EventArgs.Empty);
4293
OnBackColorChanged
(EventArgs.Empty);
7001
OnBackColorChanged
(e);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2719
base.
OnBackColorChanged
(e);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
750
base.
OnBackColorChanged
(e);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1451
base.
OnBackColorChanged
(e);
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
339
base.
OnBackColorChanged
(e);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2343
base.
OnBackColorChanged
(e);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1789
base.
OnBackColorChanged
(e);
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
554
base.
OnBackColorChanged
(e);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
992
base.
OnBackColorChanged
(e);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
550
base.
OnBackColorChanged
(e);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.cs (1)
1240
public new void OnBackColorChanged(EventArgs e) => base.
OnBackColorChanged
(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4564
public new void OnBackColorChanged(EventArgs e) => base.
OnBackColorChanged
(e);