3 overrides of ShouldSerializeBackColor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGrid.cs (1)
1288internal override bool ShouldSerializeBackColor()
winforms\Managed\System\WinForms\MDIClient.cs (1)
332internal override bool ShouldSerializeBackColor() {
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
945internal override bool ShouldSerializeBackColor() {
12 references to ShouldSerializeBackColor
System.Windows.Forms (12)
winforms\Managed\System\WinForms\ComboBox.cs (2)
312if (ShouldSerializeBackColor()) { 2201if ((msg == NativeMethods.WM_CTLCOLORSTATIC) && !ShouldSerializeBackColor()) {
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
160if (ShouldSerializeBackColor()) {
winforms\Managed\System\WinForms\ListBox.cs (1)
190if (ShouldSerializeBackColor()) {
winforms\Managed\System\WinForms\ListView.cs (1)
376if (ShouldSerializeBackColor()) {
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
309if (ShouldSerializeBackColor()) {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4596return hotcommands.ShouldSerializeBackColor();
winforms\Managed\System\WinForms\TextBoxBase.cs (2)
295if (ShouldSerializeBackColor()) { 2186if ((msg == NativeMethods.WM_CTLCOLORSTATIC) && !ShouldSerializeBackColor()) {
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
1062return control.ShouldSerializeBackColor();
winforms\Managed\System\WinForms\TreeView.cs (1)
201if (ShouldSerializeBackColor()) {
winforms\Managed\System\WinForms\UpDownBase.cs (1)
850if (!Enabled && BorderStyle != BorderStyle.None && !upDownEdit.ShouldSerializeBackColor()) {