1 write to BackColor
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
157BackColor = faceColor,
3 references to BackColor
System.Windows.Forms (3)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (3)
495return context.BackColor; 499? PopupButtonColorMath.Lighten(context.BackColor, 0.1f) 500: PopupButtonColorMath.Darken(context.BackColor, 0.1f);