10 references to LogicalSizeToClient
System.Workflow.ComponentModel (10)
AuthoringOM\Design\ActivityDesigner.cs (1)
1895
return new Rectangle(PointToScreen(rectangle.Location), parentView.
LogicalSizeToClient
(rectangle.Size));
AuthoringOM\Design\Connector.cs (1)
755
return new Rectangle(parentView.LogicalPointToScreen(bounds.Location), parentView.
LogicalSizeToClient
(bounds.Size));
AuthoringOM\Design\DesignerWidgets.cs (2)
2953
bounds = new Rectangle(workflowView.LogicalPointToScreen(bounds.Location), workflowView.
LogicalSizeToClient
(bounds.Size));
3598
bounds = new Rectangle(workflowView.LogicalPointToScreen(bounds.Location), workflowView.
LogicalSizeToClient
(bounds.Size));
AuthoringOM\Design\MessageFilters\DragDropManager.cs (3)
305
Size dragImageIconSize = parentView.
LogicalSizeToClient
(AmbientTheme.DragImageIconSize);
382
Size dragImageIconSize = parentView.
LogicalSizeToClient
(AmbientTheme.DragImageIconSize);
678
Size draggedImageSize = parentView.
LogicalSizeToClient
(new Size(imageRectangle.Width + descriptionRectangle.Width, Math.Max(imageRectangle.Height, descriptionRectangle.Height)));
AuthoringOM\Design\WorkflowView.cs (3)
1760
scrollDelta =
LogicalSizeToClient
(scrollDelta);
1797
Size maximumScrollSize =
LogicalSizeToClient
(this.activeLayout.Extent);
2080
return new Rectangle(LogicalPointToClient(clientViewPort.Location, false),
LogicalSizeToClient
(clientViewPort.Size));