10 instantiations of HotRegion
System.Web.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.Web.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(); 1183foreach (HotRegion hotRegion in this._regionList) 1202foreach (HotRegion hotRegion in this._regionList) 2046HotRegion region = (HotRegion)regionList[index]; 2208private bool IsElementTransparent(HotRegion region) 2628private HotRegion[] GetHotRegions(object cntxObj, ChartElementType elementType) 2637HotRegion rgn = (HotRegion)hrList.List[i]; 2735return (HotRegion[])result.ToArray(typeof(HotRegion)); 2750HotRegion[] regions = this.GetHotRegions(chartObject, elementType); 2757foreach (HotRegion rgn in regions) 2840foreach (HotRegion rgn in regions) 2860foreach (HotRegion rgn in regions) 2873foreach (HotRegion rgn in regions) 2883foreach (HotRegion rgn in regions) 3325private RectangleF GetHotRegionRectangle(HotRegion rgn, RectangleF unionWith, ChartElementType elementType)