3 types derived from ActivityPreviewDesigner
System.Workflow.Activities (2)
Designers\CAGDesigner.cs (1)
19internal sealed class ConditionedActivityGroupDesigner : ActivityPreviewDesigner
Designers\EventHandlersDesigner.cs (1)
15internal sealed class EventHandlersDesigner : ActivityPreviewDesigner
System.Workflow.ComponentModel (1)
AuthoringOM\Behaviors\ExceptionHandlersDesigner.cs (1)
16internal sealed class FaultHandlersActivityDesigner : ActivityPreviewDesigner
21 references to ActivityPreviewDesigner
System.Workflow.ComponentModel (18)
AuthoringOM\Design\ActivityDesigner.cs (1)
862moveBranchVerb.Visible = (parentDesigner is ParallelActivityDesigner || parentDesigner is ActivityPreviewDesigner && !Helpers.IsAlternateFlowActivity(Activity));
AuthoringOM\Design\ActivityPreviewDesigner.cs (11)
923private ActivityPreviewDesigner parentDesigner; 926internal StripItemSelectionGlyph(ActivityPreviewDesigner parentDesigner, ItemInfo item) 954private ActivityPreviewDesigner parentDesigner; 957internal StripItemCommentGlyph(ActivityPreviewDesigner parentDesigner, ItemInfo item) 973private ActivityPreviewDesigner parentDesigner; 976internal StripItemConfigErrorGlyph(ActivityPreviewDesigner parentDesigner, ItemInfo item) 1016public ActivityCollectionAccessibleObject(ActivityPreviewDesigner activityDesigner) 1025ActivityPreviewDesigner activityCollectionDesigner = base.ActivityDesigner as ActivityPreviewDesigner; 1043ActivityPreviewDesigner activityCollectionDesigner = base.ActivityDesigner as ActivityPreviewDesigner;
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\DesignerWidgets.cs (4)
2416private ActivityPreviewDesigner parentDesigner = null; 2430public PreviewItemStrip(ActivityPreviewDesigner parentDesigner) 3188private ActivityPreviewDesigner parentDesigner = null; 3203public PreviewWindow(ActivityPreviewDesigner parent)
System.WorkflowServices (3)
System\Workflow\ComponentModel\Design\DesignerPainter.cs (3)
102if (parentDesigner is ActivityPreviewDesigner) 112if (parentDesigner is ActivityPreviewDesigner) 114if (((ActivityPreviewDesigner) parentDesigner).IsContainedDesignerVisible(currentDesigner))