4 references to LineTo
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DesignerHelpers.cs (4)
1041if (!NativeMethods.LineTo(this.hdc, gridCoOrd, viewableRectangle.Bottom - 1)) 1054if (!NativeMethods.LineTo(this.hdc, gridCoOrd + gridUnit.Width / 2, viewableRectangle.Bottom - 1)) 1070if (!NativeMethods.LineTo(this.hdc, viewableRectangle.Right - 1, gridCoOrd)) 1083if (!NativeMethods.LineTo(this.hdc, viewableRectangle.Right - 1, gridCoOrd + gridUnit.Height / 2))