1 write to _hasHotSpots
System.Web (1)
UI\WebControls\ImageMap.cs (1)
186_hasHotSpots = ((_hotSpots != null) && (_hotSpots.Count > 0));
2 references to _hasHotSpots
System.Web (2)
UI\WebControls\ImageMap.cs (2)
133if (_hasHotSpots) { 190if (_hasHotSpots) {