2 implementations of HasChildren
System.Web (2)
SiteMapNode.cs (1)
553bool IHierarchyData.HasChildren {
UI\WebControls\XmlHierarchyData.cs (1)
76bool IHierarchyData.HasChildren {
2 references to HasChildren
System.Web (2)
UI\WebControls\Menu.cs (1)
1715if (data.HasChildren && (depth < MaximumDepth)) {
UI\WebControls\TreeView.cs (1)
1715if ((data.HasChildren) && ((MaxDataBindDepth == -1) || (depth < MaxDataBindDepth))) {