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