2 types derived from DefaultWorkflowLayout
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowLayouts.cs (2)
203internal sealed class ActivityRootLayout : DefaultWorkflowLayout 272internal sealed class WorkflowRootLayout : DefaultWorkflowLayout
7 references to DefaultWorkflowLayout
System.Workflow.ComponentModel (7)
AuthoringOM\Design\WorkflowLayouts.cs (5)
86Size totalSize = new Size(rootDesignerSize.Width + DefaultWorkflowLayout.Separator.Width * 2, rootDesignerSize.Height + DefaultWorkflowLayout.Separator.Height * 2); 96return new Point(DefaultWorkflowLayout.Separator); 217Size totalSize = new Size(rootDesignerSize.Width + DefaultWorkflowLayout.Separator.Width * 2, rootDesignerSize.Height + DefaultWorkflowLayout.Separator.Height * 2);
AuthoringOM\Design\WorkflowView.cs (2)
1535viewPortData.LogicalViewPort = new Rectangle(Point.Empty, new Size(rootDesigner.Bounds.Width + 2 * DefaultWorkflowLayout.Separator.Width, rootDesigner.Bounds.Height + 2 * DefaultWorkflowLayout.Separator.Height));