1 write to objectWriter
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
76this.objectWriter = new XamlObjectWriter(schemaContext);
4 references to objectWriter
System.Data (4)
cdf\src\NetFx40\Tools\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;