1 write to _mapAttributesRegex
System.Web.DataVisualization (1)
Common\General\ImageMap.cs (1)
499_mapAttributesRegex = new Regex(@"\s?(?<name>(\w+))\s?=\s?""(?<value>[^""]+)""\s?", RegexOptions.IgnoreCase | RegexOptions.Singleline | RegexOptions.IgnorePatternWhitespace | RegexOptions.Compiled);
2 references to _mapAttributesRegex
System.Web.DataVisualization (2)
Common\General\ImageMap.cs (2)
497if (_mapAttributesRegex == null) 502foreach (Match match in _mapAttributesRegex.Matches(this._attributes))