1 write to nameScopeStack
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
73this.nameScopeStack = new Stack<NameScopeFrame>();
5 references to nameScopeStack
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (5)
74this.nameScopeStack.Push(new NameScopeFrame(null)); 277get { return this.nameScopeStack.Peek(); } 453this.nameScopeStack.Push(new NameScopeFrame(this.nameScopeStack.Peek())); 748this.poppedNameScopes.Add(this.nameScopeStack.Pop());