1 write to _propertyEntries
System.Web (1)
UI\WebParts\PersonalizableTypeEntry.cs (1)
56_propertyEntries = new HybridDictionary(/* caseInsensitive */ false);
5 references to _propertyEntries
System.Web (5)
UI\WebParts\PersonalizableTypeEntry.cs (5)
31return _propertyEntries; 38PropertyInfo[] propertyInfos = new PropertyInfo[_propertyEntries.Count]; 41foreach (PersonalizablePropertyEntry entry in _propertyEntries.Values) { 80_propertyEntries.Remove(name); 92_propertyEntries[name] = new PersonalizablePropertyEntry(pi, pa);