4 references to PointToScreen
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityDesigner.cs (3)
1590DesignerHelpers.ShowDesignerVerbs(this, PointToScreen(smartTagPoint), verbs); 1895return new Rectangle(PointToScreen(rectangle.Location), parentView.LogicalSizeToClient(rectangle.Size)); 3065formShown = (Form.ActiveForm.Location == designer.PointToScreen(new Point(activatedBounds.Left, activatedBounds.Bottom)));
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (1)
637Point location = PointToScreen(smartTagPoint);