Implemented interface member:
property
Count
System.Collections.ICollection.Count
7 references to Count
System.Web (7)
UI\AttributeCollection.cs (4)
92
return _bag.
Count
;
127
if (attrs.Count != _bag.
Count
) {
181
if (_bag.
Count
> 0) {
202
if (_bag.
Count
> 0) {
UI\WebControls\CheckBox.cs (2)
497
if (BinaryCompatibility.Current.TargetsAtLeastFramework48 && _labelAttributesState != null && _labelAttributesState.
Count
!= 0) {
572
if (BinaryCompatibility.Current.TargetsAtLeastFramework48 && _inputAttributesState != null && _inputAttributesState.
Count
!= 0) {
UI\WebControls\WebControl.cs (1)
404
return (((attrColl != null) && (attrColl.Count > 0)) || ((attrState != null) && (attrState.
Count
> 0)));