1 write to objectWriter
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
76this.objectWriter = new XamlObjectWriter(schemaContext);
4 references to objectWriter
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (4)
77this.typeOfActivity = objectWriter.SchemaContext.GetXamlType(typeof(Activity)); 84public override XamlSchemaContext SchemaContext { get { return this.objectWriter.SchemaContext; } } 383this.rootFragment.WriteTo(this.objectWriter, false); 384this.Result = this.objectWriter.Result;