4 writes to color
System.Drawing (4)
commonui\System\Drawing\Pen.cs (4)
75this.color = color; 761this.color = value; 798this.color = Color.FromArgb(colorARGB); 812this.color = value;
7 references to color
System.Drawing (7)
commonui\System\Drawing\Pen.cs (7)
88if (this.color.IsSystemColor) { 757color.ToArgb()); 791if (color == Color.Empty) { 802return this.color; 809if( value != this.color ) 811Color oldColor = this.color; 1091InternalSetColor(color);