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