1 write to Content
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
3113
this.
Content
= content;
3 references to Content
System.Workflow.ComponentModel (3)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (3)
2996
this.parentObjectSerializer.AddChild(this.serializationManager, this.parentObject, contentInfo.
Content
);
3022
this.contentPropertySerializer.AddChild(this.serializationManager, propertyValue, contentInfo.
Content
);
3042
object content = contents[0].
Content
;