1 write to _isCollection
System.Web (1)
UI\ObjectPersistData.cs (1)
39
_isCollection
= true;
2 references to _isCollection
System.Web (2)
UI\ObjectPersistData.cs (2)
105
return
_isCollection
;
136
if (
_isCollection
&& (entry is ComplexPropertyEntry && ((ComplexPropertyEntry)entry).IsCollectionItem)) {