156 implementations of Insert
mscorlib (12)
system\array.cs (1)
730void IList.Insert(int index, Object value)
system\collections\arraylist.cs (4)
458public virtual void Insert(int index, Object value) { 1568public virtual void Insert(int index, Object value) { 1649public virtual void Insert(int index, Object obj) { 1907public virtual void Insert(int index, Object obj) {
system\collections\collectionbase.cs (1)
166void IList.Insert(int index, Object value) {
system\collections\generic\list.cs (1)
684void System.Collections.IList.Insert(int index, Object item)
system\collections\objectmodel\collection.cs (1)
299void IList.Insert(int index, object value) {
system\collections\objectmodel\readonlycollection.cs (1)
222void IList.Insert(int index, object value) {
system\collections\sortedlist.cs (2)
874public virtual void Insert(int index, Object value) { 961public virtual void Insert(int index, Object value) {
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
222void IList.Insert(int index, Object value)
PresentationCore (49)
Core\CSharp\System\Windows\FreezableCollection.cs (1)
494void IList.Insert(int index, object value)
Core\CSharp\system\windows\generated\TextDecorationCollection.cs (1)
391void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Input\Command\CommandBindingCollection.cs (1)
117void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Input\Command\InputBindingCollection.cs (1)
126void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Input\Command\InputGestureCollection.cs (1)
113void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\ColorKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\PointKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\RectKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\SingleKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\SizeKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
399void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (1)
398void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media\FamilyMapCollection.cs (1)
226void SC.IList.Insert(int index, object item)
Core\CSharp\System\Windows\Media\FamilyTypefaceCollection.cs (1)
211void SC.IList.Insert(int index, object item)
Core\CSharp\System\Windows\Media\Generated\DoubleCollection.cs (1)
362void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media\Generated\DrawingCollection.cs (1)
412void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
400void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media\Generated\GeometryCollection.cs (1)
412void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media\Generated\GradientStopCollection.cs (1)
400void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media\Generated\Int32Collection.cs (1)
362void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media\Generated\PathFigureCollection.cs (1)
401void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media\Generated\PathSegmentCollection.cs (1)
400void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media\Generated\PointCollection.cs (1)
362void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media\Generated\TextEffectCollection.cs (1)
400void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media\Generated\TransformCollection.cs (1)
412void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media\Generated\VectorCollection.cs (1)
362void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (1)
396void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media3D\Generated\MaterialCollection.cs (1)
408void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media3D\Generated\Model3DCollection.cs (1)
408void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media3D\Generated\Point3DCollection.cs (1)
358void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media3D\Generated\Transform3DCollection.cs (1)
408void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media3D\Generated\Vector3DCollection.cs (1)
358void IList.Insert(int index, object value)
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (1)
362void IList.Insert(int index, object value)
PresentationFramework (15)
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (1)
249public void Insert(int index, object item)
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
540public void Insert(int index, object value)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
465void IList.Insert(int index, object value)
src\Framework\System\Windows\Controls\CustomDictionarySources.cs (1)
252void IList.Insert(int index, object value)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
389public void Insert(int insertIndex, object insertItem)
src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (1)
263public void Insert(int index, object value)
src\Framework\System\Windows\Controls\UIElementCollection.cs (1)
436void IList.Insert(int index, object value)
src\Framework\System\Windows\Data\CompositeCollection.cs (1)
199public void Insert(int insertIndex, object insertItem)
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
297void IList.Insert(int index, object value)
src\Framework\System\Windows\Documents\TableColumnCollection.cs (1)
305void IList.Insert(int index, object value)
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
297void IList.Insert(int index, object value)
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
297void IList.Insert(int index, object value)
src\Framework\System\Windows\Documents\TextElementCollection.cs (1)
469void IList.Insert(int index, object value)
src\Framework\System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (1)
365void IList.Insert(int index, object keyFrame)
src\Framework\System\Windows\TriggerActionCollection.cs (1)
207void IList.Insert(int index, object value)
System (7)
compmod\system\codedom\CodeNamespaceImportCollection.cs (1)
196void IList.Insert(int index, object value) {
compmod\system\collections\specialized\stringcollection.cs (1)
193void IList.Insert(int index, object value) {
compmod\system\componentmodel\design\DesignerOptionService.cs (1)
419void IList.Insert(int index, object value) {
compmod\system\componentmodel\EventDescriptorCollection.cs (1)
481void IList.Insert(int index, object value) {
compmod\system\componentmodel\ListSortDescriptionCollection.cs (1)
110void IList.Insert(int index, object value) {
compmod\system\componentmodel\PropertyDescriptorCollection.cs (1)
634void IList.Insert(int index, object value) {
compmod\system\diagnostics\TraceListeners.cs (1)
241void IList.Insert(int index, object value) {
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemCollection.cs (1)
286void IList.Insert(int index, object value) {
System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
230public void Insert(int index, object value)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (1)
148void IList.Insert(int index, object value)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
141void IList.Insert(int index, object value)
System.Core (1)
Microsoft\Scripting\Utils\ReadOnlyCollectionBuilder.cs (1)
318void System.Collections.IList.Insert(int index, object value) {
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemCollection.cs (1)
286void IList.Insert(int index, object value) {
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
230public void Insert(int index, object value)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (1)
148void IList.Insert(int index, object value)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
141void IList.Insert(int index, object value)
fx\src\data\System\Data\Common\DataColumnMappingCollection.cs (1)
254public void Insert(int index, Object value) {
fx\src\data\System\Data\Common\DataTableMappingCollection.cs (1)
257public void Insert(int index, Object value) {
fx\src\data\System\Data\Common\DbParameterCollection.cs (1)
136abstract public void Insert(int index, object value);
fx\src\data\System\Data\DataView.cs (1)
939void IList.Insert(int index, object value) {
fx\src\data\System\Data\DataViewManager.cs (1)
194void IList.Insert(int index, object value) {
System.Data.Entity (1)
System\Data\Objects\ObjectView.cs (1)
408void IList.Insert(int index, object value)
System.Data.Linq (1)
Types.cs (1)
576void IList.Insert(int index, object value) {
System.Data.SqlXml (2)
System\Xml\Xsl\ListBase.cs (1)
150void System.Collections.IList.Insert(int index, object value) {
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (1)
268void System.Collections.IList.Insert(int index, object value) {
System.Drawing (1)
misc\ClientUtils.cs (1)
420public void Insert(int index, object value) { InnerList.Insert(index, CreateWeakRefObject(value)); }
System.Security (3)
system\security\cryptography\xml\c14nutil.cs (1)
617public void Insert(int index, Object value) {
system\security\cryptography\xml\encryptedkey.cs (1)
256public void Insert(int index, Object value) {
system\security\cryptography\xml\encryptedtype.cs (1)
333void IList.Insert(int index, Object value) {
System.ServiceModel (2)
System\ServiceModel\SynchronizedCollection.cs (1)
289void IList.Insert(int index, object value)
System\ServiceModel\SynchronizedReadOnlyCollection.cs (1)
249void IList.Insert(int index, object value)
System.Web (6)
SiteMapNodeCollection.cs (1)
306void IList.Insert(int index, object value) {
UI\StateManagedCollection.cs (1)
643void IList.Insert(int index, object value) {
UI\WebControls\ListItemCollection.cs (1)
240void IList.Insert(int index, object item) {
UI\WebControls\TableCellCollection.cs (1)
243void IList.Insert(int index, object o) {
UI\WebControls\TableRowCollection.cs (1)
236void IList.Insert(int index, object o) {
UI\WebControls\Wizard.cs (1)
3740void IList.Insert(int index, object value) {
System.Windows.Forms (38)
winforms\Managed\System\WinForms\AutoCompleteStringCollection.cs (1)
255void IList.Insert(int index, object value) {
winforms\Managed\System\WinForms\BindingSource.cs (1)
1680public virtual void Insert(int index, object value) {
winforms\Managed\System\WinForms\CheckedListBox.cs (2)
1258void IList.Insert(int index, object value) { 1467void IList.Insert(int index, object value) {
winforms\Managed\System\WinForms\ComboBox.cs (1)
4310public void Insert(int index, object item) {
winforms\Managed\System\WinForms\DataGridColumnCollection.cs (1)
64void IList.Insert(int index, object value) {
winforms\Managed\System\WinForms\DataGridTableCollection.cs (1)
55void IList.Insert(int index, object value) {
winforms\Managed\System\WinForms\DataGridViewCellCollection.cs (1)
62void IList.Insert(int index, object value)
winforms\Managed\System\WinForms\DataGridViewColumnCollection.cs (1)
94void IList.Insert(int index, object value)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
3068public void Insert(int index, object item)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (1)
81void IList.Insert(int index, object value)
winforms\Managed\System\WinForms\DataGridViewSelectedCellCollection.cs (1)
60void IList.Insert(int index, object value)
winforms\Managed\System\WinForms\DataGridViewSelectedColumnCollection.cs (1)
57void IList.Insert(int index, object value)
winforms\Managed\System\WinForms\DataGridViewSelectedRowCollection.cs (1)
60void IList.Insert(int index, object value)
winforms\Managed\System\WinForms\ImageList.cs (1)
1516void IList.Insert(int index, object value) {
winforms\Managed\System\WinForms\Layout\ArrangedElementCollection.cs (1)
126void IList.Insert(int index, object value) { throw new NotSupportedException(); /* InnerList.Insert(index, value); */ }
winforms\Managed\System\WinForms\LinkLabel.cs (1)
2191void IList.Insert(int index, object value) {
winforms\Managed\System\WinForms\ListBox.cs (4)
3285public void Insert(int index, object item) { 3639void IList.Insert(int index, object value) { 3944void IList.Insert(int index, object value) { 4268void IList.Insert(int index, object value) {
winforms\Managed\System\WinForms\ListView.cs (6)
6601void IList.Insert(int index, object value) { 6918void IList.Insert(int index, object value) { 7172void IList.Insert(int index, object value) { 7489void IList.Insert(int index, object value) { 8081void IList.Insert(int index, object value) { 8737void IList.Insert(int index, object item) {
winforms\Managed\System\WinForms\ListViewGroup.cs (1)
613void IList.Insert(int index, object value) {
winforms\Managed\System\WinForms\ListViewItem.cs (1)
2098void IList.Insert(int index, object item) {
winforms\Managed\System\WinForms\Menu.cs (1)
1059void IList.Insert(int index, object value) {
winforms\Managed\System\WinForms\StatusBar.cs (1)
1520void IList.Insert(int index, object value) {
winforms\Managed\System\WinForms\TabControl.cs (1)
2562void IList.Insert(int index, object tabPage) {
winforms\Managed\System\WinForms\TableLayoutStyleCollection.cs (1)
55void IList.Insert(int index, object style) {
winforms\Managed\System\WinForms\ToolBar.cs (1)
2093void IList.Insert(int index, object button) {
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (1)
347void IList.Insert(int index, object value) { Insert(index, value as ToolStripItem); }
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
1448void IList.Insert(int index, object value) { Insert(index, value as ToolStripPanelRow); }
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
2164void IList.Insert(int index, object value) { Insert(index, value as Control); }
winforms\Managed\System\WinForms\TreeNodeCollection.cs (1)
477void IList.Insert(int index, object node) {
System.Workflow.Activities (1)
Task.cs (1)
1029void IList.Insert(int index, object value)
System.Workflow.ComponentModel (2)
AuthoringOM\ActivitiesCollection.cs (1)
283void IList.Insert(int index, object value)
AuthoringOM\ItemList.cs (1)
350void IList.Insert(int index, object value)
System.WorkflowServices (1)
System\Workflow\Activities\OperationParameterInfoCollection.cs (1)
297void IList.Insert(int index, object value)
WindowsBase (1)
Base\System\Collections\ObjectModel\WeakReadOnlyCollection.cs (1)
263void IList.Insert(int index, object value) {
94 references to Insert
mscorlib (5)
system\collections\arraylist.cs (3)
972_list.Insert(index, obj); 993_list.Insert(index++, en.Current); 1570_list.Insert(index, value);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
224_list.Insert(index, value);
system\runtime\interopservices\windowsruntime\listtobindablevectoradapter.cs (1)
116_this.Insert((int)index, value);
PresentationFramework (11)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (3)
1840_shadowList.Insert(e.NewStartingIndex, e.NewItems[0]); 1944_cachedList.Insert(index, item); 2013_cachedList.Insert(args.NewIndex, item);
src\Framework\System\Windows\Data\ListCollectionView.cs (3)
903InternalList.Insert(toIndex, newItem); 1931InternalList.Insert(adjustedNewIndex - delta, newItem); 2052InternalList.Insert(localNewIndex, newItem);
src\Framework\System\Windows\Documents\LinkTarget.cs (1)
127((IList)this).Insert(index, (object)value);
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
299((IList)_cellCollectionInternal).Insert(index, value);
src\Framework\System\Windows\Documents\TableColumnCollection.cs (1)
307((IList)_columnCollection).Insert(index, value);
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
299((IList)_rowCollectionInternal).Insert(index, value);
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
299((IList)_rowGroupCollectionInternal).Insert(index, value);
System (20)
compmod\system\codedom\CodeAttributeArgumentCollection.cs (1)
128List.Insert(index, value);
compmod\system\codedom\CodeAttributeDeclarationCollection.cs (1)
128List.Insert(index, value);
compmod\system\codedom\CodeCatchClauseCollection.cs (1)
128List.Insert(index, value);
compmod\system\codedom\CodeCommentStatementCollection.cs (1)
128List.Insert(index, value);
compmod\system\codedom\CodeDirectiveCollection.cs (1)
78List.Insert(index, value);
compmod\system\codedom\CodeExpressionCollection.cs (1)
128List.Insert(index, value);
compmod\system\codedom\CodeNamespaceCollection.cs (1)
128List.Insert(index, value);
compmod\system\codedom\CodeParameterDeclarationExpressionCollection.cs (1)
128List.Insert(index, value);
compmod\system\codedom\CodeStatementCollection.cs (1)
136List.Insert(index, value);
compmod\system\codedom\CodeTypeDeclarationCollection.cs (1)
128List.Insert(index, value);
compmod\system\codedom\CodeTypeMemberCollection.cs (1)
128List.Insert(index, value);
compmod\system\codedom\CodeTypeParameterCollection.cs (1)
81List.Insert(index, value);
compmod\system\codedom\CodeTypeReferenceCollection.cs (1)
142List.Insert(index, value);
compmod\system\codedom\compiler\CompilerErrorCollection.cs (1)
163List.Insert(index, value);
compmod\system\componentmodel\design\DesignerVerbCollection.cs (1)
80List.Insert(index, value);
net\System\Net\X509CertificateCollection.cs (1)
75List.Insert(index, value);
security\system\security\cryptography\x509\x509certificate2collection.cs (1)
122List.Insert(index, certificate);
services\monitoring\system\diagnosticts\CounterCreationDataCollection.cs (1)
106List.Insert(index, value);
services\monitoring\system\diagnosticts\EventLogPermissionEntryCollection.cs (1)
69List.Insert(index, value);
services\monitoring\system\diagnosticts\PerformanceCounterPermissionEntryCollection.cs (1)
70List.Insert(index, value);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
565instanceList.Insert(index, item.GetCurrentValue());
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
565instanceList.Insert(index, item.GetCurrentValue());
System.Messaging (2)
System\Messaging\AccessControlList.cs (1)
78List.Insert(index, entry);
System\Messaging\MessageQueuePermissionEntryCollection.cs (1)
92List.Insert(index, value);
System.Web (17)
HttpException.cs (1)
693List.Insert(index, value);
UI\StateManagedCollection.cs (1)
597((IList)this).Insert(index, value);
UI\WebControls\DataControlFieldCollection.cs (1)
131((IList)this).Insert(index, field);
UI\WebControls\EmbeddedMailObjectsCollection.cs (1)
45List.Insert(index, value);
UI\WebControls\HotSpotCollection.cs (1)
79((IList)this).Insert(index, spot);
UI\WebControls\MenuItemBindingCollection.cs (1)
124((IList)this).Insert(index, binding);
UI\WebControls\MenuItemStyleCollection.cs (1)
56((IList)this).Insert(index, style);
UI\WebControls\ParameterCollection.cs (1)
210((IList)this).Insert(index, parameter);
UI\WebControls\RoleGroupCollection.cs (1)
82List.Insert(index, group);
UI\WebControls\StyleCollection.cs (1)
64((IList)this).Insert(index, style);
UI\WebControls\SubMenuStyleCollection.cs (1)
56((IList)this).Insert(index, style);
UI\WebControls\TreeNodeBindingCollection.cs (1)
119((IList)this).Insert(index, binding);
UI\WebControls\TreeNodeStyleCollection.cs (1)
56((IList)this).Insert(index, style);
UI\WebParts\ProxyWebPartConnectionCollection.cs (1)
82List.Insert(index, value);
UI\WebParts\WebPartConnectionCollection.cs (1)
106List.Insert(index, value);
UI\WebParts\WebPartDisplayModeCollection.cs (1)
86List.Insert(index, value);
UI\WebParts\WebPartTransformerCollection.cs (1)
53List.Insert(index, transformer);
System.Web.DataVisualization (2)
Common\Utilities\XmlSerializer.cs (2)
2112list.Insert(listItemIndex++, listItem); 3008list.Insert(listItemIndex++, listItem);
System.Web.Extensions (2)
UI\WebControls\DataPagerFieldCollection.cs (1)
124((IList)this).Insert(index, field);
UI\WebControls\Expressions\DataSourceExpressionCollection.cs (1)
90((IList)this).Insert(index, expression);
System.Web.Services (20)
System\Web\Services\Description\MimeFormatExtensions.cs (2)
86List.Insert(index, mimePart); 230List.Insert(index, match);
System\Web\Services\Description\MimeParameters.cs (1)
35List.Insert(index, parameter);
System\Web\Services\Description\ServiceDescription.cs (13)
1426List.Insert(index, extension); 1688List.Insert(index, operationMessage); 1851List.Insert(index, import); 1924List.Insert(index, message); 2013List.Insert(index, port); 2102List.Insert(index, portType); 2191List.Insert(index, binding); 2280List.Insert(index, service); 2369List.Insert(index, messagePart); 2458List.Insert(index, bindingOperation); 2531List.Insert(index, bindingOperationFault); 2620List.Insert(index, operation); 2693List.Insert(index, operationFaultMessage);
System\Web\Services\Description\ServiceDescriptions.cs (1)
58List.Insert(index, serviceDescription);
System\Web\Services\Description\WebReferenceCollection.cs (1)
51List.Insert(index, webReference);
System\Web\Services\Description\WebServicesInteroperability.cs (1)
718List.Insert(index, violation);
System\Web\Services\Protocols\SoapHeaders.cs (1)
46List.Insert(index, header);
System.Windows.Forms (5)
winforms\Managed\System\WinForms\BindingSource.cs (1)
1681List.Insert(index, value);
winforms\Managed\System\WinForms\DataGridViewControlCollection.cs (1)
40((IList)this).Insert(index, (object)value);
winforms\Managed\System\WinForms\StatusBar.cs (1)
1512owner.panels.Insert(index, value);
winforms\Managed\System\WinForms\TableLayoutColumnStyleCollection.cs (1)
33public void Insert(int index, ColumnStyle columnStyle) { ((IList)this).Insert(index, columnStyle); }
winforms\Managed\System\WinForms\TableLayoutRowStyleCollection.cs (1)
33public void Insert(int index, RowStyle rowStyle) { ((IList)this).Insert(index, rowStyle); }
System.Windows.Forms.DataVisualization (2)
Common\Utilities\XmlSerializer.cs (2)
2112list.Insert(listItemIndex++, listItem); 3008list.Insert(listItemIndex++, listItem);
System.Xml (6)
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
66List.Insert(index, item);
System\Xml\Serialization\Advanced\SchemaImporterExtension.cs (1)
110List.Insert(index, extension);
System\Xml\Serialization\XmlAnyElementAttributes.cs (1)
42List.Insert(index, attribute);
System\Xml\Serialization\XmlArrayItemAttributes.cs (1)
42List.Insert(index, attribute);
System\Xml\Serialization\XmlElementAttributes.cs (1)
42List.Insert(index, attribute);
System\Xml\Serialization\XmlSchemas.cs (1)
164List.Insert(index, schema);