11 references to DrawLine
System.Windows.Forms (11)
System\Windows\Forms\Rendering\ControlPaint.cs (11)
748
hdc.
DrawLine
(hpen, topLineLefts[i], bounds.Y + i, topLineRights[i] + 1, bounds.Y + i);
784
hdc.
DrawLine
(hpen, topLineLefts[i], bounds.Y + i, topLineRights[i] + 1, bounds.Y + i);
807
hdc.
DrawLine
(hpen, bounds.X + i, leftLineTops[i], bounds.X + i, leftLineBottoms[i] + 1);
843
hdc.
DrawLine
(hpen, bounds.X + i, leftLineTops[i], bounds.X + i, leftLineBottoms[i] + 1);
866
hdc.
DrawLine
(
912
hdc.
DrawLine
(
940
hdc.
DrawLine
(
986
hdc.
DrawLine
(hpen,
1989
hdc.
DrawLine
(hpenDark, right - (i + 1) - 2, bottom, right + 1, bottom - (i + 1) - 3);
1990
hdc.
DrawLine
(hpenDark, right - (i + 2) - 2, bottom, right + 1, bottom - (i + 2) - 3);
1991
hdc.
DrawLine
(hpenBright, right - (i + 3) - 2, bottom, right + 1, bottom - (i + 3) - 3);