6 instantiations of MapArea
System.Windows.Forms.DataVisualization (6)
Common\General\ImageMap.cs (1)
865
MapArea area = new
MapArea
(MapAreaShape.Polygon, toolTip, url, attributes, postBackValue, coord, null);
Common\General\Selection.cs (5)
531
MapArea area = new
MapArea
(
758
MapArea area = new
MapArea
(
833
MapArea area = new
MapArea
(
916
MapArea area = new
MapArea
(
988
MapArea 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)
3686
foreach (
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.
757
public class MapAreasCollection : ChartElementCollection<
MapArea
>
865
MapArea
area = new MapArea(MapAreaShape.Polygon, toolTip, url, attributes, postBackValue, coord, null);
Common\General\Selection.cs (6)
531
MapArea
area = new MapArea(
758
MapArea
area = new MapArea(
833
MapArea
area = new MapArea(
916
MapArea
area = new MapArea(
988
MapArea
area = new MapArea(
1165
foreach (
MapArea
mapArea in _common.ChartPicture.MapAreas)