2 writes to _attributes
System.Windows.Forms.DataVisualization (2)
Common\General\ImageMap.cs (2)
318
this.
_attributes
= attributes;
714
_attributes
= value;
4 references to _attributes
System.Windows.Forms.DataVisualization (4)
Common\General\ImageMap.cs (4)
492
if (!String.IsNullOrEmpty(this.
_attributes
))
502
foreach (Match match in _mapAttributesRegex.Matches(this.
_attributes
))
530
if (this.
_attributes
.IndexOf(" alt=", StringComparison.OrdinalIgnoreCase) == -1)
718
return
_attributes
;