4 writes to _color
System.Drawing.Common (4)
System\Drawing\Pen.cs (4)
45
_color
= color;
526
_color
= value;
560
_color
= color;
576
_color
= value;
7 references to _color
System.Drawing.Common (7)
System\Drawing\Pen.cs (7)
51
if (
_color
.IsSystemColor)
524
PInvokeGdiPlus.GdipSetPenColor(NativePen, (uint)
_color
.ToArgb()).ThrowIfFailed();
550
if (
_color
== Color.Empty)
564
return
_color
;
573
if (value !=
_color
)
575
Color oldColor =
_color
;
833
InternalSetColor(
_color
);