2 instantiations of NameScopeFrame
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (2)
74this.nameScopeStack.Push(new NameScopeFrame(null)); 453this.nameScopeStack.Push(new NameScopeFrame(this.nameScopeStack.Peek()));
9 references to NameScopeFrame
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (9)
49Stack<NameScopeFrame> nameScopeStack; 52List<NameScopeFrame> poppedNameScopes; 73this.nameScopeStack = new Stack<NameScopeFrame>(); 75this.poppedNameScopes = new List<NameScopeFrame>(); 275NameScopeFrame CurrentNameScope 756foreach (NameScopeFrame nameScope in this.poppedNameScopes) 1158public NameScopeFrame Parent { get; private set; } 1162public NameScopeFrame(NameScopeFrame parent) 1184NameScopeFrame current = this;