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