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)
37ButtonFace = _backColor 40if (_backColor == SystemColors.Control) 50colors.ButtonShadow = ControlPaint.Dark(_backColor); 51colors.ButtonShadowDark = ControlPaint.DarkDark(_backColor); 52colors.Highlight = ControlPaint.LightLight(_backColor); 56colors.ButtonShadow = ControlPaint.Dark(_backColor); 57colors.ButtonShadowDark = ControlPaint.LightLight(_backColor); 58colors.Highlight = ControlPaint.LightLight(_backColor); 88if (HighContrast && _backColor != SystemColors.Control)