10 instantiations of HotRegion
System.Windows.Forms.DataVisualization (10)
Common\General\Selection.cs (10)
547
HotRegion region = new
HotRegion
();
628
HotRegion region = new
HotRegion
();
711
HotRegion region = new
HotRegion
();
777
HotRegion region = new
HotRegion
();
852
HotRegion region = new
HotRegion
();
932
HotRegion region = new
HotRegion
();
1004
HotRegion region = new
HotRegion
();
1071
HotRegion region = new
HotRegion
();
1108
HotRegion region = new
HotRegion
();
1143
HotRegion region = new
HotRegion
();
28 references to HotRegion
System.Windows.Forms.DataVisualization (28)
Common\General\ChartGraphics.cs (1)
1625
((
HotRegion
)common.HotRegionsList.List[common.HotRegionsList.List.Count - 1]).Type =
Common\General\Selection.cs (27)
547
HotRegion
region = new HotRegion();
628
HotRegion
region = new HotRegion();
711
HotRegion
region = new HotRegion();
777
HotRegion
region = new HotRegion();
852
HotRegion
region = new HotRegion();
932
HotRegion
region = new HotRegion();
1004
HotRegion
region = new HotRegion();
1071
HotRegion
region = new HotRegion();
1108
HotRegion
region = new HotRegion();
1143
HotRegion
region = new HotRegion();
1183
foreach (
HotRegion
hotRegion in this._regionList)
1202
foreach (
HotRegion
hotRegion in this._regionList)
2046
HotRegion
region = (
HotRegion
)regionList[index];
2208
private bool IsElementTransparent(
HotRegion
region)
2628
private
HotRegion
[] GetHotRegions(object cntxObj, ChartElementType elementType)
2637
HotRegion
rgn = (
HotRegion
)hrList.List[i];
2735
return (
HotRegion
[])result.ToArray(typeof(
HotRegion
));
2750
HotRegion
[] regions = this.GetHotRegions(chartObject, elementType);
2757
foreach (
HotRegion
rgn in regions)
2840
foreach (
HotRegion
rgn in regions)
2860
foreach (
HotRegion
rgn in regions)
2873
foreach (
HotRegion
rgn in regions)
2883
foreach (
HotRegion
rgn in regions)
3325
private RectangleF GetHotRegionRectangle(
HotRegion
rgn, RectangleF unionWith, ChartElementType elementType)