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