2 overrides of Extent
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowLayouts.cs (2)
81public override Size Extent 366public override Size Extent
6 references to Extent
System.Workflow.ComponentModel (6)
AuthoringOM\Design\CommandSet.cs (2)
289int newZoom = (int)(100.0f / this.workflowView.ActiveLayout.Scaling * Math.Min((float)this.workflowView.ViewPortSize.Width / (float)this.workflowView.ActiveLayout.Extent.Width, (float)this.workflowView.ViewPortSize.Height / (float)this.workflowView.ActiveLayout.Extent.Height));
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
1216Size maxExtent = ActiveLayout.Extent;
AuthoringOM\Design\WorkflowView.cs (3)
945int newZoom = (int)(100.0f / ActiveLayout.Scaling * Math.Min((float)ViewPortSize.Width / (float)ActiveLayout.Extent.Width, (float)ViewPortSize.Height / (float)ActiveLayout.Extent.Height)); 1797Size maximumScrollSize = LogicalSizeToClient(this.activeLayout.Extent);