2 types derived from StructuredCompositeActivityDesigner
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ParallelActivityDesigner.cs (1)
35
public class ParallelActivityDesigner :
StructuredCompositeActivityDesigner
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
36
public class SequentialActivityDesigner :
StructuredCompositeActivityDesigner
6 references to StructuredCompositeActivityDesigner
System.Workflow.ComponentModel (6)
AuthoringOM\Design\SecondaryViewProvider.cs (6)
36
internal static ReadOnlyCollection<DesignerView> GetViews(
StructuredCompositeActivityDesigner
designer)
89
internal static IList<Type> GetActivityTypes(
StructuredCompositeActivityDesigner
designer)
101
internal static void OnViewRemoved(
StructuredCompositeActivityDesigner
designer, Type viewTypeRemoved)
112
internal static Activity FindActivity(
StructuredCompositeActivityDesigner
designer, Type activityType)
136
private
StructuredCompositeActivityDesigner
parentDesigner;
138
internal SecondaryView(
StructuredCompositeActivityDesigner
parentDesigner, int id, string text, Type activityType)