10 references to pageLayoutInfo
System.Workflow.ComponentModel (10)
AuthoringOM\Design\WorkflowLayouts.cs (10)
402
foreach (PageLayoutData pageLayoutData in this.
pageLayoutInfo
)
416
foreach (PageLayoutData pageLayoutData in this.
pageLayoutInfo
)
451
foreach (PageLayoutData pageLayoutData in this.
pageLayoutInfo
)
484
foreach (PageLayoutData pageLayoutData in this.
pageLayoutInfo
)
499
foreach (PageLayoutData pageLayoutData in this.
pageLayoutInfo
)
553
foreach (PageLayoutData pageLayoutData in this.
pageLayoutInfo
)
619
headerFooterData.TotalPages = this.
pageLayoutInfo
.Count;
634
foreach (PageLayoutData pageLayoutData in this.
pageLayoutInfo
)
797
this.
pageLayoutInfo
.Clear();
815
this.
pageLayoutInfo
.Add(new PageLayoutData(logicalBounds, pageBounds, viewablePageBounds, new Point(column, row)));