Lines Matching refs:pathStack
1756 target.pathStack.pop();
1757 target.pathStack.pushPathByName('pageOne', null);
1911 this.pageInfos = context.pathStack
1925 pathStack: NavPathStack = new NavPathStack()
1951 this.pathStack.pushPathByName('pageOne', null)
1957 this.pathStack.pop()
1961 this.pathStack = context.pathStack;
2176 this.pageInfos = context.pathStack;
2298 this.pageInfos = context.pathStack;
2649 this.pageInfo = context.pathStack;
2672 pathStack: NavPathStack = new NavPathStack()
2682 …this.pathStack.pop(new resultClass(1)); // Return to the previous page and pass in the processing …
2690 this.pathStack.popToName('pageOne',
2699 …this.pathStack.popToIndex(0, new resultClass(111)); // Move the navigation destination page specif…
2707 this.pathStack.pop();
2715 this.pathStack.popToName('pageOne');
2723 this.pathStack.popToIndex(0);
2728 …this.pathStack.pop(new resultClass(0)); // Return to the previous page and pass in the processing …
2731 this.pathStack = context.pathStack
3043 this.stack = ctx.pathStack;
3163 this.stack = ctx.pathStack;
3397 this.derivedStack = context.pathStack as DerivedNavPathStack;
3913 this.pageInfos = context.pathStack;