5 references to RawBackColor
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
1232if (isEnableVisualStyleBackgroundSet || ((RawBackColor.IsEmpty) && (BackColor == SystemColors.Control)))
winforms\Managed\System\WinForms\Control.cs (1)
1083Color c = RawBackColor; // inheritedProperties.BackColor
winforms\Managed\System\WinForms\Form.cs (1)
771Color c = RawBackColor; // inheritedProperties.BackColor
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
1067return (control.RawBackColor == Color.Empty && control.BackgroundImage == null);
winforms\Managed\System\WinForms\ToolStripRenderEventArgs.cs (1)
64backColor = toolStrip.RawBackColor;