6 references to DrawLine
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
1109
g.
DrawLine
(p, start, end);
winforms\Managed\System\WinForms\Triangle.cs (3)
50
g.
DrawLine
(backPen1, points[0], points[1]);
51
g.
DrawLine
(backPen2, points[1], points[2]);
52
g.
DrawLine
(backPen3, points[2], points[0]);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
545
e.Graphics.
DrawLine
(e.DesignerTheme.ForegroundPen, this.separatorLine[0], this.separatorLine[1]);
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
551
e.Graphics.
DrawLine
(SystemPens.ControlDark, top, bottom);