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)
51if (_color.IsSystemColor) 524PInvokeGdiPlus.GdipSetPenColor(NativePen, (uint)_color.ToArgb()).ThrowIfFailed(); 550if (_color == Color.Empty) 564return _color; 573if (value != _color) 575Color oldColor = _color; 833InternalSetColor(_color);