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