Implemented interface member:
property
Count
System.Collections.ICollection.Count
11 references to Count
System.Web (11)
UI\WebParts\BlobPersonalizationState.cs (8)
622
if ((tempCustomProperties.
Count
!= 0) ||
623
((customProperties != null) && (customProperties.
Count
!= 0))) {
666
if ((tempCustomProperties.
Count
!= 0) ||
667
((customProperties != null) && (customProperties.
Count
!= 0))) {
668
if (tempCustomProperties.
Count
!= 0) {
735
(customProperties != null && customProperties.
Count
> 0)) {
1024
((info._customProperties != null) && (info._customProperties.
Count
!= 0))){
1060
customPropertyCount = info._customProperties.
Count
;
UI\WebParts\PersonalizationDictionary.cs (1)
113
DictionaryEntry[] entries = new DictionaryEntry[
Count
];
UI\WebParts\WebPartManager.cs (1)
2197
if (personalizableData.
Count
> 0) {
UI\WebParts\WebPartPersonalization.cs (1)
304
if (customPersonalizable != null && info.CustomProperties != null && info.CustomProperties.
Count
> 0) {