1 write to _backColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.ColorOptions.cs (1)
22
_backColor
= backColor;
9 references to _backColor
System.Windows.Forms (9)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.ColorOptions.cs (9)
37
ButtonFace =
_backColor
40
if (
_backColor
== SystemColors.Control)
50
colors.ButtonShadow = ControlPaint.Dark(
_backColor
);
51
colors.ButtonShadowDark = ControlPaint.DarkDark(
_backColor
);
52
colors.Highlight = ControlPaint.LightLight(
_backColor
);
56
colors.ButtonShadow = ControlPaint.Dark(
_backColor
);
57
colors.ButtonShadowDark = ControlPaint.LightLight(
_backColor
);
58
colors.Highlight = ControlPaint.LightLight(
_backColor
);
88
if (HighContrast &&
_backColor
!= SystemColors.Control)