12 references to PROP_BORDERCOLOR
System.Web (12)
UI\WebControls\MenuItemStyle.cs (1)
176if (IsSet(PROP_BORDERCOLOR)) {
UI\WebControls\Style.cs (9)
132if (IsSet(PROP_BORDERCOLOR)) { 139SetBit(PROP_BORDERCOLOR); 482if (s.IsSet(PROP_BORDERCOLOR) && (s.BorderColor != Color.Empty)) { 484ClearBit(PROP_BORDERCOLOR); 508if (s.IsSet(PROP_BORDERCOLOR) && (s.BorderColor != Color.Empty)) 545if (IsSet(PROP_BORDERCOLOR)) { 746if (s.IsSet(PROP_BORDERCOLOR) && (!this.IsSet(PROP_BORDERCOLOR) || (BorderColor == Color.Empty))) 779if (IsSet(PROP_BORDERCOLOR))
UI\WebControls\SubMenuStyle.cs (1)
132if (base.IsSet(PROP_BORDERCOLOR)) {
UI\WebControls\TreeNodeStyle.cs (1)
230if (IsSet(PROP_BORDERCOLOR)) {