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