Base:
method
ShouldSerializeBackColor
System.Windows.Forms.Control.ShouldSerializeBackColor()
1 reference to ShouldSerializeBackColor
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
746return (isHighContract && !ShouldSerializeBackColor()) ? SystemColors.ControlDarkDark : BackColor;