12 references to PROP_BACKCOLOR
System.Web (12)
UI\WebControls\MenuItemStyle.cs (1)
168
if (IsSet(
PROP_BACKCOLOR
)) {
UI\WebControls\Style.cs (9)
106
if (IsSet(
PROP_BACKCOLOR
)) {
113
SetBit(
PROP_BACKCOLOR
);
474
if (s.IsSet(
PROP_BACKCOLOR
) && (s.BackColor != Color.Empty)) {
476
ClearBit(
PROP_BACKCOLOR
);
504
if (s.IsSet(
PROP_BACKCOLOR
) && (s.BackColor != Color.Empty))
537
if (IsSet(
PROP_BACKCOLOR
)) {
742
if (s.IsSet(
PROP_BACKCOLOR
) && (!this.IsSet(
PROP_BACKCOLOR
) || (BackColor == Color.Empty)))
775
if (IsSet(
PROP_BACKCOLOR
))
UI\WebControls\SubMenuStyle.cs (1)
124
if (base.IsSet(
PROP_BACKCOLOR
)) {
UI\WebControls\TreeNodeStyle.cs (1)
222
if (IsSet(
PROP_BACKCOLOR
)) {