3 writes to _color
System.Drawing.Common (3)
System\Drawing\SolidBrush.cs (3)
16_color = color; 69_color = color; 102_color = value;
7 references to _color
System.Drawing.Common (7)
System\Drawing\SolidBrush.cs (7)
19PInvokeGdiPlus.GdipCreateSolidFill((ARGB)_color, &nativeBrush).ThrowIfFailed(); 22if (_color.IsSystemColor) 64if (_color == Color.Empty) 73return _color; 82if (_color != value) 84Color oldColor = _color; 109InternalSetColor(_color);