5 references to _childList
System.Windows.Forms.DataVisualization (5)
WinForm\Utilities\AccessibleObject.cs (5)
808this._childList.Add(new ChartChildAccessibleObject( 821this._childList.Add(new ChartChildAccessibleObject( 848if (index >= 0 && index < this._childList.Count) 850return this._childList[index]; 861return this._childList.Count;