10 references to PROP_WRAP
System.Web (10)
UI\WebControls\TableItemStyle.cs (10)
129
if (IsSet(
PROP_WRAP
)) {
136
SetBit(
PROP_WRAP
);
183
if (ts.IsSet(
PROP_WRAP
)) {
185
ClearBit(
PROP_WRAP
);
189
if (ts.IsSet(
PROP_WRAP
))
234
if (ts.IsSet(
PROP_WRAP
) && !this.IsSet(
PROP_WRAP
))
258
if (IsSet(
PROP_WRAP
))
270
ClearBit(
PROP_WRAP
);
278
return IsSet(
PROP_WRAP
);