5 references to LogicalPointToScreen
System.Workflow.ComponentModel (5)
AuthoringOM\Design\ActivityDesigner.cs (1)
1867return parentView.LogicalPointToScreen(point);
AuthoringOM\Design\Connector.cs (1)
755return new Rectangle(parentView.LogicalPointToScreen(bounds.Location), parentView.LogicalSizeToClient(bounds.Size));
AuthoringOM\Design\DesignerWidgets.cs (2)
2953bounds = new Rectangle(workflowView.LogicalPointToScreen(bounds.Location), workflowView.LogicalSizeToClient(bounds.Size)); 3598bounds = new Rectangle(workflowView.LogicalPointToScreen(bounds.Location), workflowView.LogicalSizeToClient(bounds.Size));
AuthoringOM\Design\Glyphs\ConfigErrorGlyph.cs (1)
115Point location = designer.ParentView.LogicalPointToScreen(new Point(bounds.Left, bounds.Bottom));