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