7 references to DefaultProperty
System.Web (7)
UI\ControlBuilder.cs (4)
1598throw new HttpException(SR.GetString(SR.Cant_use_default_items_and_filtered_collection, _controlType.FullName, pca.DefaultProperty)); 1932if (pca != null && pca.DefaultProperty.Length != 0) { 1937ParseTimeData.DefaultPropertyBuilder = CreateChildBuilder(String.Empty, pca.DefaultProperty, null/*attribs*/, parser, null, null /*id*/, Line, VirtualPath, ref subType, true /*defaultProperty*/); 1938Debug.Assert(DefaultPropertyBuilder != null, pca.DefaultProperty);
UI\ParseChildrenAsPropertiesAttribute.cs (3)
134return HashCodeCombiner.CombineHashCodes(_childrenAsProps.GetHashCode(), DefaultProperty.GetHashCode()); 154return pca.ChildrenAsProperties && (DefaultProperty.Equals(pca.DefaultProperty));