2 writes to color
System.Windows.Forms (2)
misc\GDI\WindowsPen.cs (2)
88this.color = color; 103this.color = windowsBrush.Color;
3 references to color
System.Windows.Forms (3)
misc\GDI\WindowsPen.cs (3)
121this.nativeHandle = IntSafeNativeMethods.CreatePen((int) this.style, this.width, ColorTranslator.ToWin32(this.color) ); 142new WindowsPen(this.dc, this.style, this.width, this.color); 195this.color,