6 references to PROP_CELLSPACING
System.Web (6)
UI\WebControls\TableStyle.cs (6)
112
if (IsSet(
PROP_CELLSPACING
)) {
122
SetBit(
PROP_CELLSPACING
);
267
if (ts.IsSet(
PROP_CELLSPACING
))
320
if (ts.IsSet(
PROP_CELLSPACING
) && !this.IsSet(
PROP_CELLSPACING
))
340
if (IsSet(
PROP_CELLSPACING
))