Implemented interface member:
method
Insert
System.Collections.IList.Insert(System.Int32, System.Object)
6 overrides of Insert
mscorlib (5)
system\collections\arraylist.cs (5)
971public override void Insert(int index, Object obj) { 1373public override void Insert(int index, Object value) { 1767public override void Insert(int index, Object obj) { 2024public override void Insert(int index, Object obj) { 2386public override void Insert(int index, Object value) {
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
698public override void Insert(int index, object item) {
112 references to Insert
mscorlib (9)
system\collections\arraylist.cs (3)
1375_list.Insert(index, value); 2189_baseList.Insert(_baseIndex + _baseSize, value); 2391_baseList.Insert(_baseIndex + index, value);
system\collections\collectionbase.cs (3)
77InnerList.Insert(index, temp); 157InnerList.Insert(index, value); 172InnerList.Insert(index, value);
system\security\accesscontrol\acl.cs (1)
587_aces.Insert( index, ace );
system\security\policy\codegroup.cs (2)
604childrenList.Insert( marker.groupIndex, group ); 608m_element.InternalChildren.Insert( marker.elementIndex, marker.element );
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XamlReaderHelper.cs (2)
5849_xamlNodes.Insert(_insertionIndex, xamlNode); 5862_xamlNodes.Insert(_currentInsertionIndex, xamlNode);
PresentationCore (1)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (1)
741_byteRangesAvailable.Insert(0, new Block(0, (int)_highWaterMark));
PresentationFramework (19)
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (1)
255_viewList.Insert(index, item);
src\Framework\MS\Internal\Data\DataExtensionMethods.cs (1)
62al.Insert(newIndex, item);
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
307_positionList.Insert(index, new WeakReference(position));
src\Framework\System\Windows\Data\CompositeCollection.cs (1)
208InternalList.Insert(insertIndex, insertItem);
src\Framework\System\Windows\Data\ListCollectionView.cs (2)
2406ShadowCollection.Insert(e.NewStartingIndex, e.NewItems[0]); 2443ShadowCollection.Insert(e.NewStartingIndex, e.NewItems[0]);
src\Framework\System\Windows\Documents\FixedPage.cs (1)
1075childPath.Insert(0, childIndex);
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
5697cols.Insert(k, csNew); 6911ml.Insert(0, mle); 7137Insert(i, dn); 7142Insert(nAt, dn);
src\Framework\System\Windows\Documents\Speller.cs (1)
250_ignoredWordsList.Insert(~index, word);
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (6)
148_runList.Insert(runIndex + 1, new Run(start, RunType.Error)); 155_runList.Insert(runIndex + 1, new Run(end, RunType.Clean)); 482_runList.Insert(index + 1, newRun); 498_runList.Insert(index + 1, newRun); 507_runList.Insert(index + 1, newRun); 509_runList.Insert(index + 2, newRun);
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (1)
172_items.Insert(0, o);
System (8)
compmod\system\codedom\CodeNamespaceImportCollection.cs (1)
197data.Insert(index, (CodeNamespaceImport)value);
compmod\system\collections\specialized\ordereddictionary.cs (1)
273objectsArray.Insert(index, new DictionaryEntry(key, value));
compmod\system\collections\specialized\stringcollection.cs (1)
124data.Insert(index, value);
compmod\system\componentmodel\design\serialization\ContextStack.cs (1)
103contextStack.Insert(0, context);
compmod\system\diagnostics\TraceListeners.cs (2)
155list.Insert(index, listener); 249list.Insert(index, value);
net\System\Net\WebRequest.cs (1)
432prefixList.Insert(i,
services\monitoring\system\diagnosticts\ProcessThreadCollection.cs (1)
50InnerList.Insert(index, thread);
System.Configuration (2)
System\Configuration\ConfigurationElementCollection.cs (2)
628_items.Insert(index, new Entry(entryType, key, element)); 777_items.Insert(Count + _removedItemCount - _inheritedCount, new Entry(EntryType.Removed, key, null));
System.Data (3)
fx\src\data\System\Data\DataColumnCollection.cs (2)
275_list.Insert(index, column); 703_list.Insert(newPosition, column);
fx\src\data\System\Data\SqlClient\SqlBulkCopyColumnMappingCollection.cs (1)
119InnerList.Insert(index, value);
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
368list.Insert(0, numberCount(countNode, processor, contextNode));
System.Drawing (1)
misc\ClientUtils.cs (1)
420public void Insert(int index, object value) { InnerList.Insert(index, CreateWeakRefObject(value)); }
System.Security (4)
system\security\cryptography\xml\c14nutil.cs (1)
620m_nodeArray.Insert(index,value);
system\security\cryptography\xml\encryptedkey.cs (1)
263m_references.Insert(index, value);
system\security\cryptography\xml\encryptedtype.cs (2)
337m_props.Insert(index, value); 341m_props.Insert(index, value);
System.Web (12)
Compilation\BrowserCapabilitiesCompiler.cs (1)
224list.Insert(0, content);
Configuration\BrowserCapabilitiesCodeGenerator.cs (3)
439_browserFileList.Insert(0, ieFile); 444_browserFileList.Insert(1, mozillaFile); 449_browserFileList.Insert(2, operaFile);
Configuration\HttpCapabilitiesEvaluator.cs (1)
167ruleList.Insert(0, _rule);
Hosting\HostingEnvironment.cs (1)
525list.Insert(0, x);
SiteMapNodeCollection.cs (1)
189List.Insert(index, value);
UI\StateManagedCollection.cs (2)
138_collectionItems.Insert(index, o); 683_collectionItems.Insert(index, o);
UI\WebControls\ColumnCollection.cs (1)
123columns.Insert(index, column);
UI\WebControls\ListItemCollection.cs (1)
233listItems.Insert(index,item);
UI\WebControls\SelectedDatesCollection.cs (1)
55dateList.Insert(index, date.Date);
System.Web.DataVisualization (5)
Common\ChartTypes\StackedAreaChart.cs (3)
538 curentPointsArray.Insert(index, yValue); 851 curentPointsArray.Insert(index, yValue); 957 curentPointsArray.Insert(index, yValue);
Common\General\Chart.cs (1)
3045 areaList.Insert(0, masterArea);
Common\General\Selection.cs (1)
1117 _regionList.Insert( _regionList.Count - 1, region );
System.Web.Mobile (4)
UI\MobileControls\DeviceSpecificChoiceCollection.cs (1)
61Items.Insert(index, choice);
UI\MobileControls\MobileListItemCollection.cs (1)
158Items.Insert (index, item);
UI\MobileControls\ObjectListCommandCollection.cs (1)
107Items.Insert(index, command);
UI\MobileControls\ObjectListFieldCollection.cs (1)
102Items.Insert(index, field);
System.Windows.Forms (24)
winforms\Managed\System\WinForms\Application.cs (1)
2710messageFilters.Insert(0, f);
winforms\Managed\System\WinForms\AutoCompleteStringCollection.cs (1)
170data.Insert(index, value);
winforms\Managed\System\WinForms\ComboBox.cs (2)
4148InnerList.Insert(index, item); 4328InnerList.Insert(index, item);
winforms\Managed\System\WinForms\DataGridViewCellCollection.cs (2)
397this.items.Insert(index, dataGridViewCell); 405this.items.Insert(index, dataGridViewCell);
winforms\Managed\System\WinForms\DataGridViewColumnCollection.cs (1)
994this.items.Insert(columnIndex, dataGridViewColumn);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
3091this.InnerArray.Insert(index, item);
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (6)
1668this.SharedList.Insert(rowIndex, dataGridViewRow); 1750this.SharedList.Insert(indexDestination + i, rowTemplate); 1769this.SharedList.Insert(indexDestination, rowTemplate); 1794this.SharedList.Insert(indexDestination + i, rowTemplate2); 1859this.SharedList.Insert(indexDestination, dataGridViewRow); 1942this.SharedList.Insert(rowIndexInserted, dataGridViewRow);
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
699base.Insert(index, item);
winforms\Managed\System\WinForms\ListView.cs (1)
3821listItemsArray.Insert(displayIndex + i, item);
winforms\Managed\System\WinForms\ListViewGroup.cs (1)
604this.List.Insert(index, group);
winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs (1)
137Items.Insert(index, item);
winforms\Managed\System\WinForms\RelatedCurrencyManager.cs (1)
119listAccessors.Insert(0, fieldInfo);
winforms\Managed\System\WinForms\RelatedPropertyManager.cs (1)
51listAccessors.Insert(0, fieldInfo);
winforms\Managed\System\WinForms\TableLayoutStyleCollection.cs (1)
58_innerList.Insert(index, style);
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (1)
362InnerList.Insert(index, value);
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
1472InnerList.Insert(index, value);
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
2193InnerList.Insert(index, control.ToolStripPanelCell);
System.Windows.Forms.DataVisualization (5)
Common\ChartTypes\StackedAreaChart.cs (3)
538 curentPointsArray.Insert(index, yValue); 851 curentPointsArray.Insert(index, yValue); 957 curentPointsArray.Insert(index, yValue);
Common\General\Chart.cs (1)
3045 areaList.Insert(0, masterArea);
Common\General\Selection.cs (1)
1117 _regionList.Insert( _regionList.Count - 1, region );
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerInterfaces.cs (1)
1053safeCollection.Insert(0, new ActivityDesignerVerb(null, DesignerVerbGroup.General, "Dummy", new EventHandler(OnDummyVerb)));
Shared\XomlSerializationHelpers.cs (1)
249allActivities.Insert(0, activity);
System.Xml (1)
System\Xml\Dom\XmlNamedNodeMap.SmallXmlNodeList.cs (1)
105list.Insert(index, value);
UIAutomationClient (4)
MS\Internal\Automation\ProxyManager.cs (4)
759_fallbackHandlers.Insert(0, pi.ClientSideProviderFactoryCallback); 767_partialClassHandlers.Insert( 0, pi ); 789l.Insert( 0, o ); 791l.Insert( 0, data );
WindowsBase (5)
Base\MS\Internal\IO\Zip\ZipIOBlockManager.cs (4)
1191_blockList.Insert(blockIndex, suffixBlock); 1195_blockList.Insert(blockIndex, block); 1200_blockList.Insert(blockIndex, prefixBlock); 1217_blockList.Insert(blockPosition, block);
Shared\MS\Internal\CopyOnWriteList.cs (1)
149_LiveList.Insert(index, obj);