6 instantiations of MapArea
System.Windows.Forms.DataVisualization (6)
Common\General\ImageMap.cs (1)
865MapArea area = new MapArea(MapAreaShape.Polygon, toolTip, url, attributes, postBackValue, coord, null);
Common\General\Selection.cs (5)
531MapArea area = new MapArea( 758MapArea area = new MapArea( 833 MapArea area = new MapArea( 916 MapArea area = new MapArea( 988MapArea area = new MapArea(
18 references to MapArea
System.Windows.Forms.DataVisualization (18)
Common\General\Chart.cs (3)
1770 MapArea mapArea = this.MapAreas[index]; 3677 foreach(MapArea area in custCollection) 3686foreach (MapArea area in _mapAreas)
Common\General\ImageMap.cs (9)
180/// Initializes a new instance of the <see cref="MapArea"/> class. 188/// Initializes a new instance of the <see cref="MapArea"/> class. 199/// Initializes a new instance of the <see cref="MapArea"/> class. 210/// Initializes a new instance of the <see cref="MapArea"/> class. 223/// Initializes a new instance of the <see cref="MapArea"/> class. 260/// Initializes a new instance of the <see cref="MapArea"/> class. 282/// Initializes a new instance of the <see cref="MapArea"/> class. 757public class MapAreasCollection : ChartElementCollection<MapArea> 865MapArea area = new MapArea(MapAreaShape.Polygon, toolTip, url, attributes, postBackValue, coord, null);
Common\General\Selection.cs (6)
531MapArea area = new MapArea( 758MapArea area = new MapArea( 833 MapArea area = new MapArea( 916 MapArea area = new MapArea( 988MapArea area = new MapArea( 1165foreach (MapArea mapArea in _common.ChartPicture.MapAreas)