1 write to backColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
733
this.
backColor
= backColor;
9 references to backColor
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (9)
749
colors.buttonFace =
backColor
;
751
if (
backColor
== SystemColors.Control) {
758
colors.buttonShadow = ControlPaint.Dark(
backColor
);
759
colors.buttonShadowDark = ControlPaint.DarkDark(
backColor
);
760
colors.highlight = ControlPaint.LightLight(
backColor
);
763
colors.buttonShadow = ControlPaint.Dark(
backColor
);
764
colors.buttonShadowDark = ControlPaint.LightLight(
backColor
);
765
colors.highlight = ControlPaint.LightLight(
backColor
);
788
if (highContrast &&
backColor
!= SystemColors.Control) {