4 references to _childList
System.Windows.Forms.DataVisualization (4)
WinForm\Utilities\AccessibleObject.cs (4)
604
this.
_childList
.Add(new ChartChildAccessibleObject(
627
if (index >= 0 && index < this.
_childList
.Count)
629
return this.
_childList
[index];
640
return this.
_childList
.Count;