2 writes to width
System.Windows.Forms (2)
misc\GDI\WindowsPen.cs (2)
87
this.
width
= width;
102
this.
width
= width;
6 references to width
System.Windows.Forms (6)
misc\GDI\WindowsPen.cs (6)
113
if (this.
width
> 1) // Geometric pen.
121
this.nativeHandle = IntSafeNativeMethods.CreatePen((int) this.style, this.
width
, ColorTranslator.ToWin32(this.color) );
132
this.nativeHandle = IntSafeNativeMethods.ExtCreatePen((int)this.style, this.
width
, lb, 0, null );
141
new WindowsPen(this.dc, this.style, this.
width
, (WindowsBrush) this.wndBrush.Clone()) :
142
new WindowsPen(this.dc, this.style, this.
width
, this.color);
196
this.
width
,