2 instantiations of WindowsPen
System.Windows.Forms (2)
misc\GDI\WindowsPen.cs (2)
141new WindowsPen(this.dc, this.style, this.width, (WindowsBrush) this.wndBrush.Clone()) : 142new WindowsPen(this.dc, this.style, this.width, this.color);
7 references to WindowsPen
System.Windows.Forms (7)
misc\GDI\WindowsGraphics2.cs (7)
76public void DrawPie(WindowsPen pen, Rectangle bounds, float startAngle, float sweepAngle) 102private void DrawEllipse(WindowsPen pen, WindowsBrush brush, 125public void DrawAndFillEllipse(WindowsPen pen, WindowsBrush brush, Rectangle bounds) 578public void DrawRectangle(WindowsPen pen, Rectangle rect) 584public void DrawRectangle(WindowsPen pen, int x, int y, int width, int height) 650public void DrawLine(WindowsPen pen, Point p1, Point p2) 656public void DrawLine(WindowsPen pen, int x1, int y1, int x2, int y2)