3 types derived from ParallelActivityDesigner
System.Workflow.Activities (3)
Designers\ConditionalDesigner.cs (1)
43internal sealed class IfElseDesigner : ParallelActivityDesigner
Designers\ListenDesigner.cs (1)
43internal sealed class ListenDesigner : ParallelActivityDesigner
Designers\ParallelDesigner.cs (1)
43internal sealed class ParallelDesigner : ParallelActivityDesigner
7 references to ParallelActivityDesigner
System.Workflow.ComponentModel (7)
AuthoringOM\Design\ActivityDesigner.cs (2)
832ParallelActivityDesigner.MoveDesigners(this, (bool)moveBranchVerb.Properties[DesignerUserDataKeys.MoveBranchKey]); 862moveBranchVerb.Visible = (parentDesigner is ParallelActivityDesigner || parentDesigner is ActivityPreviewDesigner && !Helpers.IsAlternateFlowActivity(Activity));
AuthoringOM\Design\DesignerHelpers.cs (2)
1230DesignerNavigationDirection navigation = (parentDesigner is ParallelActivityDesigner || parentDesigner is ActivityPreviewDesigner) ? DesignerNavigationDirection.Right : DesignerNavigationDirection.Down; 1241navigation = (parentDesigner is ParallelActivityDesigner || parentDesigner is ActivityPreviewDesigner) ? DesignerNavigationDirection.Left : DesignerNavigationDirection.Up;
AuthoringOM\Design\SequentialActivityDesigner.cs (3)
64if (ParentDesigner is ParallelActivityDesigner) 72if (ParentDesigner is ParallelActivityDesigner) 83if (ParentDesigner is ParallelActivityDesigner)