7 references to Footer
System.Workflow.ComponentModel (7)
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (7)
260if (connectionPoints.Count > 0 && Footer != null && (edges & DesignerEdges.Bottom) > 0) 261connectionPoints[connectionPoints.Count - 1] = new Point(connectionPoints[connectionPoints.Count - 1].X, connectionPoints[connectionPoints.Count - 1].Y - Footer.Bounds.Height); 278WorkflowFooter footer = Footer as WorkflowFooter; 285if (Footer != null) 286Footer.OnLayout(e); 312if (Footer != null) 313Footer.OnPaint(e);