1 write to _childControlType
System.Web (1)
UI\ParseChildrenAsPropertiesAttribute.cs (1)
57
_childControlType
= childControlType;
5 references to _childControlType
System.Web (5)
UI\ParseChildrenAsPropertiesAttribute.cs (5)
84
if (
_childControlType
== null) {
88
return
_childControlType
;
131
return HashCodeCombiner.CombineHashCodes(_childrenAsProps.GetHashCode(),
_childControlType
.GetHashCode());
151
pca.
_childControlType
==
_childControlType
;