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