1 type derived from ComponentSerializationService
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ComponentSerializationService.cs (1)
19internal class XomlComponentSerializationService : ComponentSerializationService
11 references to ComponentSerializationService
System.Workflow.ComponentModel (11)
AuthoringOM\Design\CompositeActivityDesigner.cs (8)
558ComponentSerializationService css = (ComponentSerializationService)serviceProvider.GetService(typeof(ComponentSerializationService)); 560throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ComponentSerializationService).Name)); 608ComponentSerializationService css = serviceProvider.GetService(typeof(ComponentSerializationService)) as ComponentSerializationService; 610throw new Exception(SR.GetString(SR.General_MissingService, typeof(ComponentSerializationService).Name));
AuthoringOM\Design\XomlDesignerLoader.cs (3)
58if (LoaderHost.GetService(typeof(ComponentSerializationService)) == null) 59LoaderHost.AddService(typeof(ComponentSerializationService), callback); 412if (serviceType == typeof(ComponentSerializationService))