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