1 write to _hotSpots
System.Web (1)
UI\WebControls\ImageMap.cs (1)
58_hotSpots = new HotSpotCollection();
14 references to _hotSpots
System.Web (14)
UI\WebControls\ImageMap.cs (14)
57if (_hotSpots == null) { 60((IStateManager)_hotSpots).TrackViewState(); 63return _hotSpots; 186_hasHotSpots = ((_hotSpots != null) && (_hotSpots.Count > 0)); 203foreach (HotSpot item in _hotSpots) { 263if ((_hotSpots != null) && (_hotSpots.Count > 0)) { 264hotSpotsState = ((IStateManager)_hotSpots).SaveViewState(); 285if (_hotSpots != null) { 286((IStateManager)_hotSpots).TrackViewState(); 313if (eventArgument != null && _hotSpots != null) { 316if (hotSpotIndex >= 0 && hotSpotIndex < _hotSpots.Count) { 317HotSpot hotSpot = _hotSpots[hotSpotIndex];