4 references to PropertySegmentSerializer
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ComponentSerializationService.cs (2)
256PropertySegmentSerializer serializer = new PropertySegmentSerializer(null); 322PropertySegmentSerializer serializer = new PropertySegmentSerializer(null);
AuthoringOM\Serializer\PropertySegmentSerializationProvider.cs (2)
22return new PropertySegmentSerializer(null); 24return new PropertySegmentSerializer(currentSerializer as WorkflowMarkupSerializer);