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