Base:
method
PaintLine
System.ComponentModel.Design.DesignerActionPanel.Line.PaintLine(System.Drawing.Graphics, System.Int32, System.Int32)
1 override of PaintLine
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
283public override void PaintLine(Graphics g, int lineWidth, int lineHeight)
1 reference to PaintLine
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
285base.PaintLine(g, lineWidth, lineHeight);