3 overrides of ResetBackColor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGrid.cs (1)
486public override void ResetBackColor() {
winforms\Managed\System\WinForms\ListBox.cs (1)
2040public override void ResetBackColor() {
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
702public override void ResetBackColor() {
5 references to ResetBackColor
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ListBox.cs (1)
2041base.ResetBackColor();
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
4159hotcommands.ResetBackColor(); 4179doccomment.ResetBackColor(); 4183doccomment.ResetBackColor();
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
1045Control.ResetBackColor();