3 overrides of GetChildren
System.Workflow.ComponentModel (3)
AuthoringOM\Serializer\CollectionMarkupSerializer.cs (1)
27protected internal override IList GetChildren(WorkflowMarkupSerializationManager serializationManager, object obj)
AuthoringOM\Serializer\DictionaryMarkupSerializer.cs (1)
30protected internal override IList GetChildren(WorkflowMarkupSerializationManager serializationManager, object obj)
AuthoringOM\Serializer\PropertySegmentSerializer.cs (1)
122protected internal override IList GetChildren(WorkflowMarkupSerializationManager serializationManager, object obj)
2 references to GetChildren
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\PropertySegmentSerializer.cs (1)
125return this.containedSerializer.GetChildren(serializationManager, obj);
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
2980value = this.parentObjectSerializer.GetChildren(this.serializationManager, this.parentObject);