3 overrides of PaintLine
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.PanelHeaderLine.cs (1)
98
public override void
PaintLine
(Graphics g, int lineWidth, int lineHeight)
System\ComponentModel\Design\DesignerActionPanel.SeparatorLine.cs (1)
26
public override void
PaintLine
(Graphics g, int lineWidth, int lineHeight)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
288
public override void
PaintLine
(Graphics g, int lineWidth, int lineHeight)
1 reference to PaintLine
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
512
line.
PaintLine
(g, lineWidth, lineHeight);