2 references to CurrentToRoot
System.Web (2)
UI\WebControls\SiteMapPath.cs (2)
169if ((value < PathDirection.RootToCurrent) || (value > PathDirection.CurrentToRoot)) { 474int index = (PathDirection == PathDirection.CurrentToRoot ? 0 : -1);