2 writes to activeLayout
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowView.cs (2)
281
this.
activeLayout
= null;
707
this.
activeLayout
= value;
19 references to activeLayout
System.Workflow.ComponentModel (19)
AuthoringOM\Design\WorkflowView.cs (19)
196
if (this.
activeLayout
== null || this.defaultLayout == null)
362
this.rootDesigner.Location = this.
activeLayout
.RootDesignerAlignment;
368
this.
activeLayout
.Update(null, WorkflowLayout.LayoutUpdateReason.ZoomChanged);
485
return (this.
activeLayout
== ((WorkflowPrintDocument)PrintDocument).PrintPreviewLayout);
693
return this.
activeLayout
;
708
if (this.
activeLayout
!= ((WorkflowPrintDocument)PrintDocument).PrintPreviewLayout)
709
DefaultLayout = this.
activeLayout
;
750
return (this.zoomLevel * this.
activeLayout
.Scaling);
1053
this.
activeLayout
.OnPaintWorkflow(e, viewPortData);
1293
this.
activeLayout
.Update(graphics, WorkflowLayout.LayoutUpdateReason.LayoutChanged);
1296
this.rootDesigner.Location = this.
activeLayout
.RootDesignerAlignment;
1797
Size maximumScrollSize = LogicalSizeToClient(this.
activeLayout
.Extent);
2075
Debug.Assert(this.
activeLayout
!= null, "active layout should not be null");
2076
Rectangle clientViewPort = (this.
activeLayout
!= null) ? this.
activeLayout
.MapOutRectangleFromLayout(rectangle) : rectangle;
2089
return this.
activeLayout
.MapInRectangleToLayout(scaledLogicalViewPort);
2095
return this.
activeLayout
.IsCoOrdInLayout(logicalPoint);
2106
point = this.
activeLayout
.MapOutCoOrdFromLayout(point);
2139
return this.
activeLayout
.MapInCoOrdToLayout(points[0]);