3 writes to color
System.Drawing (3)
commonui\System\Drawing\SolidBrush.cs (3)
42this.color = color; 121this.color = Color.FromArgb(colorARGB); 157this.color = value;
6 references to color
System.Drawing (6)
commonui\System\Drawing\SolidBrush.cs (6)
45int status = SafeNativeMethods.Gdip.GdipCreateSolidFill(this.color.ToArgb(), out brush); 113if (this.color == Color.Empty) 125return this.color; 135if( this.color != value ) 137Color oldColor = this.color; 164InternalSetColor(color);