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