Implemented interface member:
method
Insert
System.Collections.IList.Insert(System.Int32, System.Object)
7 overrides of Insert
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
260public override void Insert(int index, object? value)
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (5)
885public override void Insert(int index, object? obj) 1332public override void Insert(int index, object? value) 1762public override void Insert(int index, object? obj) 2017public override void Insert(int index, object? obj) 2387public override void Insert(int index, object? value)
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\DomainUpDown.DomainUpDownItemCollection.cs (1)
102public override void Insert(int index, object? item)
51 references to Insert
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeNamespaceImportCollection.cs (1)
224_data.Insert(index, (CodeNamespaceImport)value);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNamedNodeMap.SmallXmlNodeList.cs (1)
119list.Insert(index, value);
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
5890_xamlNodes.Insert(_insertionIndex, xamlNode); 5903_xamlNodes.Insert(_currentInsertionIndex, xamlNode);
PresentationCore (1)
MS\Internal\IO\Packaging\NetStream.cs (1)
675_byteRangesAvailable.Insert(0, new Block(0, (int)_highWaterMark));
PresentationFramework (17)
MS\Internal\Controls\InnerItemCollectionView.cs (1)
251_viewList.Insert(index, item);
MS\Internal\Data\DataExtensionMethods.cs (1)
54al.Insert(newIndex, item);
System\Windows\Controls\PasswordTextContainer.cs (1)
297_positionList.Insert(index, new WeakReference(position));
System\Windows\Data\CompositeCollection.cs (1)
191InternalList.Insert(insertIndex, insertItem);
System\Windows\Data\ListCollectionView.cs (2)
2370ShadowCollection.Insert(e.NewStartingIndex, e.NewItems[0]); 2407ShadowCollection.Insert(e.NewStartingIndex, e.NewItems[0]);
System\Windows\Documents\RtfToXamlReader.cs (4)
5616cols.Insert(k, csNew); 6834ml.Insert(0, mle); 7060Insert(i, dn); 7065Insert(nAt, dn);
System\Windows\Documents\SpellerStatusTable.cs (6)
145_runList.Insert(runIndex + 1, new Run(start, RunType.Error)); 152_runList.Insert(runIndex + 1, new Run(end, RunType.Clean)); 479_runList.Insert(index + 1, newRun); 495_runList.Insert(index + 1, newRun); 504_runList.Insert(index + 1, newRun); 506_runList.Insert(index + 2, newRun);
System\Windows\Navigation\JournalEntryListConverter.cs (1)
155_items.Insert(0, o);
System.CodeDom (1)
System\CodeDom\CodeNamespaceImportCollection.cs (1)
96_data.Insert(index, (CodeNamespaceImport)value);
System.Collections.NonGeneric (3)
System\Collections\CollectionBase.cs (3)
85InnerList.Insert(index, temp); 179InnerList.Insert(index, value); 195InnerList.Insert(index, value);
System.Collections.Specialized (2)
System\Collections\Specialized\OrderedDictionary.cs (1)
321objectsArray.Insert(index, new DictionaryEntry(key, value));
System\Collections\Specialized\StringCollection.cs (1)
131data.Insert(index, value);
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigurationElementCollection.cs (2)
662Items.Insert(index, new Entry(entryType, key, element)); 821Items.Insert(Count + _removedItemCount - _inheritedCount,
System.Data.Common (2)
System\Data\DataColumnCollection.cs (2)
276_list.Insert(index, column); 781_list.Insert(newPosition, column);
System.Diagnostics.Process (2)
System\Diagnostics\ProcessModuleCollection.cs (1)
29internal void Insert(int index, ProcessModule module) => InnerList.Insert(index, module);
System\Diagnostics\ProcessThreadCollection.cs (1)
49InnerList.Insert(index, thread);
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
263base.Insert(index, value);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (3)
1336_list.Insert(index, value); 2195_baseList.Insert(_baseIndex + _baseSize, value); 2392_baseList.Insert(_baseIndex + index, value);
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
425list.Insert(0, numberCount(countNode, processor, contextNode));
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs (1)
60_nodeArray.Insert(index, value);
System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs (2)
80_props.Insert(index, value); 85_props.Insert(index, value);
System\Security\Cryptography\Xml\ReferenceList.cs (1)
61_references.Insert(index, value);
System.Windows.Forms (3)
System\Windows\Forms\Controls\UpDown\DomainUpDown.DomainUpDownItemCollection.cs (1)
104base.Insert(index, item);
System\Windows\Forms\DataBinding\RelatedCurrencyManager.cs (1)
128listAccessors.Insert(0, _fieldInfo);
System\Windows\Forms\DataBinding\RelatedPropertyManager.cs (1)
51listAccessors.Insert(0, _fieldInfo);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
1114InnerList.Insert(toIndex, editorItem);
UIAutomationClient (4)
MS\Internal\Automation\ProxyManager.cs (4)
741_fallbackHandlers.Insert(0, pi.ClientSideProviderFactoryCallback); 749_partialClassHandlers.Insert( 0, pi ); 771l.Insert( 0, o ); 773l.Insert( 0, data );