1 write to objectWriter
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
76
this.
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)
77
this.typeOfActivity =
objectWriter
.SchemaContext.GetXamlType(typeof(Activity));
84
public override XamlSchemaContext SchemaContext { get { return this.
objectWriter
.SchemaContext; } }
383
this.rootFragment.WriteTo(this.
objectWriter
, false);
384
this.Result = this.
objectWriter
.Result;