Base:
method
InsertItem
System.Collections.ObjectModel.Collection<T>.InsertItem(System.Int32, T)
1 override of InsertItem
System.Windows.Forms.DataVisualization (1)
Common\General\BaseCollections.cs (1)
446
protected override void
InsertItem
(int index, T item)
1 reference to InsertItem
System.Windows.Forms.DataVisualization (1)
Common\General\BaseCollections.cs (1)
456
base.
InsertItem
(index, item);