6 overrides of RemoveRange
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
290public override void RemoveRange(int index, int count)
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (5)
966public override void RemoveRange(int index, int count) 1388public override void RemoveRange(int index, int count) 1797public override void RemoveRange(int index, int count) 2052public override void RemoveRange(int index, int count) 2452public override void RemoveRange(int index, int count)
15 references to RemoveRange
PresentationCore (1)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
668_requestsOnWait.RemoveRange(0, 2);
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (4)
6850ml.RemoveRange(0, 1); 7044RemoveRange(i + 1, nCull); 7129RemoveRange(nAt, nExcise); 11551mlHave.RemoveRange(mlHave.Count - 1, 1);
System\Windows\Documents\SpellerStatusTable.cs (2)
406_runList.RemoveRange(startIndex + 1, endIndex - startIndex - 1); 630_runList.RemoveRange(index, i - index);
System\Windows\Documents\XamlToRtfWriter.cs (2)
233openLists.RemoveRange(openLists.Count - 1, 1); 407openLists.RemoveRange(openLists.Count - 1, 1);
System\Windows\Markup\XamlStream.cs (1)
423arrayList.RemoveRange(0,bufferIndex);
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
293base.RemoveRange(index, count);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (3)
1392_list.RemoveRange(index, count); 2244_baseList.RemoveRange(_baseIndex, _baseSize); 2464_baseList.RemoveRange(_baseIndex + index, count);
System.Private.Xml (1)
System\Xml\Xsl\QIL\SubstitutionList.cs (1)
41_s.RemoveRange(_s.Count - 2, 2);