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