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