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