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)
57
if (
_hotSpots
== null) {
60
((IStateManager)
_hotSpots
).TrackViewState();
63
return
_hotSpots
;
186
_hasHotSpots = ((
_hotSpots
!= null) && (
_hotSpots
.Count > 0));
203
foreach (HotSpot item in
_hotSpots
) {
263
if ((
_hotSpots
!= null) && (
_hotSpots
.Count > 0)) {
264
hotSpotsState = ((IStateManager)
_hotSpots
).SaveViewState();
285
if (
_hotSpots
!= null) {
286
((IStateManager)
_hotSpots
).TrackViewState();
313
if (eventArgument != null &&
_hotSpots
!= null) {
316
if (hotSpotIndex >= 0 && hotSpotIndex <
_hotSpots
.Count) {
317
HotSpot hotSpot =
_hotSpots
[hotSpotIndex];