3 writes to style
System.Windows.Forms (3)
misc\GDI\WindowsPen.cs (3)
86this.style = style; 100this.style = style; 116this.style |= WindowsPenStyle.Geometric | WindowsPenStyle.Solid;
5 references to style
System.Windows.Forms (5)
misc\GDI\WindowsPen.cs (5)
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); 194this.style,