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