8 references to Count
System.Web (7)
UI\AttributeCollection.cs (1)
127
if (attrs.
Count
!= _bag.Count) {
UI\WebControls\CheckBox.cs (3)
456
if (attribs.
Count
!= 0)
499
} else if (_labelAttributes != null && _labelAttributes.
Count
!= 0) {
574
} else if (_inputAttributes != null && _inputAttributes.
Count
!= 0) {
UI\WebControls\listitem.cs (1)
142
return _attributes != null && _attributes.
Count
> 0;
UI\WebControls\RadioButton.cs (1)
253
if (_inputAttributes != null && _inputAttributes.
Count
!= 0) {
UI\WebControls\WebControl.cs (1)
404
return (((attrColl != null) && (attrColl.
Count
> 0)) || ((attrState != null) && (attrState.Count > 0)));
System.Web.Extensions (1)
UI\WebControls\DataPager.cs (1)
405
return (_attributes != null && _attributes.
Count
> 0);