10 overrides of OnBackColorChanged
System.Windows.Forms (10)
System\Windows\Forms\ActiveX\AxHost.cs (1)
798
protected override void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2710
protected override void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
746
protected override unsafe void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1454
protected override void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
340
protected override void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2345
protected override void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1793
protected override unsafe void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
555
protected override unsafe void
OnBackColorChanged
(EventArgs e)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
992
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)
800
base.
OnBackColorChanged
(e);
System\Windows\Forms\Control.cs (4)
818
OnBackColorChanged
(EventArgs.Empty);
2988
OnBackColorChanged
(EventArgs.Empty);
4198
OnBackColorChanged
(EventArgs.Empty);
6866
OnBackColorChanged
(e);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2712
base.
OnBackColorChanged
(e);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
748
base.
OnBackColorChanged
(e);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1456
base.
OnBackColorChanged
(e);
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
342
base.
OnBackColorChanged
(e);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2352
base.
OnBackColorChanged
(e);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1795
base.
OnBackColorChanged
(e);
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
557
base.
OnBackColorChanged
(e);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
994
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)
1238
public new void OnBackColorChanged(EventArgs e) => base.
OnBackColorChanged
(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4562
public new void OnBackColorChanged(EventArgs e) => base.
OnBackColorChanged
(e);