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