2 references to IsChildPastMaximumDepth
System.Web (2)
UI\WebControls\MenuRendererStandards.cs (2)
560
if (item.ChildItems.Count > 0 && !
IsChildPastMaximumDepth
(item) && item.Enabled) {
577
return (item.ChildItems.Count > 0) && IsChildDepthDynamic(item) && !
IsChildPastMaximumDepth
(item);