5 references to ClientSizeToLogical
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ActivityDesigner.cs (1)
1916
return new Rectangle(PointToLogical(rectangle.Location), parentView.
ClientSizeToLogical
(rectangle.Size));
AuthoringOM\Design\WorkflowLayouts.cs (1)
320
Size totalSize = this.parentView.
ClientSizeToLogical
(this.parentView.ViewPortSize);
AuthoringOM\Design\WorkflowView.cs (1)
2088
Rectangle scaledLogicalViewPort = new Rectangle(ClientPointToLogical(rectangle.Location, false),
ClientSizeToLogical
(rectangle.Size));
System.WorkflowServices (2)
System\Workflow\ComponentModel\Design\ActivityDesignerHighlighter.cs (2)
100
Size viewSize = workflowView.
ClientSizeToLogical
(workflowView.ViewPortSize);
122
Size viewSize = workflowView.
ClientSizeToLogical
(workflowView.ViewPortSize);