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)
84if (_childControlType == null) { 88return _childControlType; 131return HashCodeCombiner.CombineHashCodes(_childrenAsProps.GetHashCode(), _childControlType.GetHashCode()); 151pca._childControlType == _childControlType;