1 write to _objectType
System.Web (1)
UI\ObjectPersistData.cs (1)
32
_objectType
= builder.ControlType;
2 references to _objectType
System.Web (2)
UI\ObjectPersistData.cs (2)
38
if (typeof(ICollection).IsAssignableFrom(
_objectType
)) {
121
return
_objectType
;