1 write to rootFragment
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
70
this.
rootFragment
= new XamlFragment(schemaContext);
13 references to rootFragment
System.Data (13)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (13)
72
this.fragmentStack.Push(this.
rootFragment
);
88
if (this.
rootFragment
.HasError)
111
if (this.
rootFragment
.HasError)
123
if (this.
rootFragment
.HasError)
135
if (this.
rootFragment
.HasError)
147
Fx.Assert(completedFragment == this.
rootFragment
, "Base of stack should be root fragment");
162
if (this.
rootFragment
.HasError)
175
if (this.
rootFragment
.HasError)
185
if (this.
rootFragment
.HasError)
200
if (this.
rootFragment
.HasError)
375
XamlFragment.FindBrokenReferences(this.
rootFragment
);
377
if (this.
rootFragment
.HasError)
383
this.
rootFragment
.WriteTo(this.objectWriter, false);