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