4 writes to HasError
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (4)
686
CurrentFragment.
HasError
= true;
768
reference.Fragment.
HasError
= true;
908
child.
HasError
= true;
918
referencingFragment.
HasError
= true;
14 references to HasError
System.Data (14)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (14)
88
if (this.rootFragment.
HasError
)
111
if (this.rootFragment.
HasError
)
123
if (this.rootFragment.
HasError
)
135
if (this.rootFragment.
HasError
)
162
if (this.rootFragment.
HasError
)
175
if (this.rootFragment.
HasError
)
185
if (this.rootFragment.
HasError
)
200
if (this.rootFragment.
HasError
)
377
if (this.rootFragment.
HasError
)
434
if (CurrentFragment.
HasError
)
894
if (rootFragment.
HasError
)
902
if (current.
HasError
)
964
child.WriteTo(writer, parentHasError ||
HasError
);
994
if (
HasError
&& !parentHasError)