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