7 references to SequentialWorkflowTypeRef
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (6)
649
stockActivityTypeNames.Add(DesignerHelpers.
SequentialWorkflowTypeRef
);
724
Type designerBaseType = (type.FullName.Equals(DesignerHelpers.
SequentialWorkflowTypeRef
, StringComparison.OrdinalIgnoreCase)) ? typeof(IRootDesigner) : typeof(IDesigner);
836
Type designerBaseType = (activityType.FullName.Equals(DesignerHelpers.
SequentialWorkflowTypeRef
, StringComparison.OrdinalIgnoreCase)) ? typeof(IRootDesigner) : typeof(IDesigner);
883
Type designerBaseType = (activityType.FullName.Equals(DesignerHelpers.
SequentialWorkflowTypeRef
, StringComparison.OrdinalIgnoreCase)) ? typeof(IRootDesigner) : typeof(IDesigner);
938
Activity rootDecl = host.CreateComponent(Type.GetType(DesignerHelpers.
SequentialWorkflowTypeRef
)) as Activity;
999
if (activityType == null || activityType.FullName.Equals(DesignerHelpers.
SequentialWorkflowTypeRef
, StringComparison.OrdinalIgnoreCase))
AuthoringOM\Design\WorkflowInlining.cs (1)
380
((parameterProperty.DeclaringType == Type.GetType(DesignerHelpers.
SequentialWorkflowTypeRef
) ||