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