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