3 overrides of AddChild
System.Workflow.ComponentModel (3)
AuthoringOM\Serializer\CollectionMarkupSerializer.cs (1)
77
protected internal override void
AddChild
(WorkflowMarkupSerializationManager serializationManager, object parentObj, object childObj)
AuthoringOM\Serializer\DictionaryMarkupSerializer.cs (1)
72
protected internal override void
AddChild
(WorkflowMarkupSerializationManager serializationManager, object parentObj, object childObj)
AuthoringOM\Serializer\PropertySegmentSerializer.cs (1)
136
protected internal override void
AddChild
(WorkflowMarkupSerializationManager serializationManager, object obj, object childObj)
3 references to AddChild
System.Workflow.ComponentModel (3)
AuthoringOM\Serializer\PropertySegmentSerializer.cs (1)
139
this.containedSerializer.
AddChild
(serializationManager, obj, childObj);
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (2)
2996
this.parentObjectSerializer.
AddChild
(this.serializationManager, this.parentObject, contentInfo.Content);
3022
this.contentPropertySerializer.
AddChild
(this.serializationManager, propertyValue, contentInfo.Content);