5 references to SynchronizationScopeActivity
System.Workflow.ComponentModel (4)
AuthoringOM\Activity.cs (1)
1819return this is SynchronizationScopeActivity;
AuthoringOM\Behaviors\SynchronizationScope.cs (1)
21[ToolboxBitmap(typeof(SynchronizationScopeActivity), "Resources.Sequence.png")]
AuthoringOM\Serializer\WorkflowMarkupSerializerMapping.cs (2)
61WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(SynchronizationScopeActivity).Name, typeof(SynchronizationScopeActivity));
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
1370else if (interopBodyType == typeof(System.Workflow.ComponentModel.SynchronizationScopeActivity))