1 write to _propertyTableByProperty
System.Web (1)
UI\ObjectPersistData.cs (1)
44_propertyTableByProperty = new HybridDictionary(true);
3 references to _propertyTableByProperty
System.Web (3)
UI\ObjectPersistData.cs (3)
149ArrayList properties = (ArrayList)_propertyTableByProperty[entry.Name]; 152_propertyTableByProperty[entry.Name] = properties; 203ICollection properties = (ICollection)_propertyTableByProperty[name];