9 references to DrawLine
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxBaseAdapter.cs (6)
219
hdc.
DrawLine
(high, r.Right - 1, r.Top, r.Right - 1, r.Bottom);
220
hdc.
DrawLine
(high, r.Left, r.Bottom - 1, r.Right, r.Bottom - 1);
222
hdc.
DrawLine
(shadow, r.Left, r.Top, r.Left, r.Bottom);
223
hdc.
DrawLine
(shadow, r.Left, r.Top, r.Right - 1, r.Top);
225
hdc.
DrawLine
(face, r.Right - 2, r.Top + 1, r.Right - 2, r.Bottom - 1);
226
hdc.
DrawLine
(face, r.Left + 1, r.Bottom - 2, r.Right - 1, r.Bottom - 2);
System.Windows.Forms.Primitives (3)
System\Windows\Forms\DeviceContextExtensions.cs (3)
54
DrawLine
(hdc.HDC, hpen, p1.X, p1.Y, p2.X, p2.Y);
57
DrawLine
(hdc, hpen, p1.X, p1.Y, p2.X, p2.Y);
60
DrawLine
(hdc.HDC, hpen, x1, y1, x2, y2);