3 references to CreateRecursivePath
System.Web (3)
UI\WebControls\XmlHierarchyData.cs (3)
48
return
CreateRecursivePath
(node.ParentNode) + FindNodePosition(node);
96
_parent.Path =
CreateRecursivePath
(_item.ParentNode);
103
_path =
CreateRecursivePath
(_item);