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