1 write to fragmentStack
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
71this.fragmentStack = new Stack<XamlFragment>();
5 references to fragmentStack
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (5)
72this.fragmentStack.Push(this.rootFragment); 144this.fragmentStack.Pop(); 145if (this.fragmentStack.Count == 0) 272get { return this.fragmentStack.Peek(); } 446this.fragmentStack.Push(new ActivityFragment(SchemaContext) { Type = parentType.UnderlyingType });