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)
497
if (
_mapAttributesRegex
== null)
502
foreach (Match match in
_mapAttributesRegex
.Matches(this._attributes))