8 references to _childList
System.Windows.Forms.DataVisualization (8)
WinForm\Utilities\AccessibleObject.cs (8)
678this._childList.Add(new ChartChildSeriesAccessibleObject(chartAccessibleObject, this, series)); 702this._childList.Add(new ChartChildAccessibleObject( 713this._childList.Add(new ChartChildAccessibleObject( 726this._childList.Add(new ChartChildAccessibleObject( 738this._childList.Add(new ChartChildAccessibleObject( 757if (index >= 0 && index < this._childList.Count) 759return this._childList[index]; 770return this._childList.Count;