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)
149
ArrayList properties = (ArrayList)
_propertyTableByProperty
[entry.Name];
152
_propertyTableByProperty
[entry.Name] = properties;
203
ICollection properties = (ICollection)
_propertyTableByProperty
[name];