130 references to ArrayList
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (3)
314_axisStack = new ArrayList(axisTree.SubtreeArray.Count); // defined length 577ArrayList AstArray = new ArrayList(xpath.Length); 578_fAxisArray = new ArrayList(xpath.Length);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
994ArrayList expected = new ArrayList(elements.Count);
Microsoft.Build (4)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
736ArrayList finalTaskInputs = new ArrayList(taskItems.Count);
Logging\BaseConsoleLogger.cs (1)
699ArrayList perfCounters = new ArrayList(counters.Values.Count);
LogMessagePacketBase.cs (2)
1371var list = new ArrayList(count); 1393var list = new ArrayList(count);
Microsoft.Build.Framework (1)
ProjectStartedEventArgs.cs (1)
456ArrayList dictionaryList = new ArrayList(numberOfProperties);
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\ProjectData.vb (2)
14Dim files As Collections.ArrayList = New Collections.ArrayList(256) 38m_Files = New Collections.ArrayList(256)
PresentationBuildTasks (16)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
555_pendingLocalFiles = new ArrayList(10);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (4)
371_deferElement = new ArrayList(2); 372_deferKeys = new ArrayList(10); 373_deferValues = new ArrayList(100); 836keyRecord.RecordList = new ArrayList(5);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\MarkupExtensionParser.cs (4)
610ArrayList xamlNodes = new ArrayList(markupExtensionList.Count * 5); 820ArrayList xamlNodes = new ArrayList(complexDefAttributesList.Count * 5); 983list = new ArrayList(1); 1340ArrayList propertyNamesSoFar = new ArrayList(list.Count/4);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (5)
3096complexDefAttributeList = new ArrayList(1); 3272markupExtensionList = new ArrayList(1); 5847_xamlNodes = new ArrayList(10); 5938_xamlNodes = new ArrayList(10); 6362private ArrayList _xamlNodes = new ArrayList(10); // array of Nodes for Read to return.
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (1)
3228ArrayList namespaceMapArray = new ArrayList(6);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsDictionary.cs (1)
494ArrayList prefixes = new ArrayList(_lastDecl+1);
PresentationCore (8)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
214_requestsOnWait = new ArrayList(2); 855private ArrayList _byteRangesAvailable = new ArrayList(2); // byte ranges that are downloaded
MS\Internal\TextFormatting\FullTextLine.cs (1)
1638boundsList = new ArrayList(2);
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
153ArrayList runs = new ArrayList(2);
MS\Internal\TextFormatting\TextStore.cs (2)
114_lsrunList = new ArrayList(2); 1939ArrayList lsruns = new ArrayList(3);
System\Windows\Input\AccessKeyManager.cs (1)
37elements = new ArrayList(1);
System\Windows\Nrbf\SerializationRecordExtensions.cs (1)
185ArrayList arrayList = new(size);
PresentationFramework (56)
MS\Internal\Annotations\Anchoring\PathNode.cs (1)
379private ArrayList _children = new ArrayList(1);
MS\Internal\Controls\InnerItemCollectionView.cs (1)
30_rawList = _viewList = new ArrayList(capacity);
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
968ArrayList annotations = new ArrayList(1);
MS\Internal\DataStreams.cs (2)
63subStreams = new ArrayList(3); 112subStreams = new ArrayList(3);
MS\Internal\PtsHost\PtsContext.cs (2)
45_pages = new ArrayList(1); 46_pageBreakRecords = new ArrayList(1);
System\Windows\Controls\RadioButton.cs (1)
78elements = new ArrayList(1);
System\Windows\Controls\TextBlock.cs (1)
1966InlineObjects = inlineObjects = new ArrayList(1);
System\Windows\Data\BindingOperations.cs (1)
246ArrayList batch = new ArrayList(8);
System\Windows\Data\CompositeCollection.cs (1)
53Initialize(new ArrayList(capacity));
System\Windows\Data\ListCollectionView.cs (1)
2559: (IList)(new ArrayList(size));
System\Windows\Documents\AdornerLayer.cs (2)
773ArrayList removeList = new ArrayList(1); 946adornerInfos = new ArrayList(1);
System\Windows\Documents\CompositionAdorner.cs (1)
461_compositionLines = new ArrayList(1);
System\Windows\Documents\Highlights.cs (1)
219_layers = new ArrayList(1);
System\Windows\Documents\MoveSizeWinEventHandler.cs (1)
46_arTextStore = new ArrayList(1);
System\Windows\Documents\RtfFormatStack.cs (1)
26internal RtfFormatStack() : base(20)
System\Windows\Documents\RtfToXamlReader.cs (8)
3157: base(5) 3537: base(20) 3909: base(20) 4155: base(1) 4313: base(20) 4488: base(20) 6209: base(20) 6260: base(100)
System\Windows\Documents\Speller.cs (2)
707segments = new ArrayList(2); 1134segments = new ArrayList(MinWordBreaksForContext + 1);
System\Windows\Documents\SpellerStatusTable.cs (1)
39_runList = new ArrayList(1);
System\windows\Documents\TextEditor.cs (1)
1947private static ArrayList _registeredEditingTypes = new ArrayList(4);
System\windows\Documents\TextEditorTyping.cs (1)
1585threadLocalStore.PendingInputItems = new ArrayList(1);
System\Windows\Documents\TextStore.cs (2)
1529_mouseSinks = new ArrayList(1); 2751_preparedattributes = new ArrayList(count);
System\Windows\Documents\XamlToRtfParser.cs (2)
482internal XamlTagStack() : base(10) 750internal XamlParsePoints() : base(10)
System\Windows\Interop\HwndHost.cs (1)
91_hooks = new ArrayList(8);
System\Windows\Markup\BamlRecordReader.cs (4)
101_rootList = new ArrayList(1); 120_rootList = new ArrayList(1); 1733defKeyList = new ArrayList(Math.Max (5, (int)(bamlRecord.ContentSize/400))); 3890ArrayList paramList = new ArrayList(2);
System\Windows\Markup\BamlRecordWriter.cs (4)
371_deferElement = new ArrayList(2); 372_deferKeys = new ArrayList(10); 373_deferValues = new ArrayList(100); 836keyRecord.RecordList = new ArrayList(5);
System\Windows\Markup\MarkupExtensionParser.cs (4)
610ArrayList xamlNodes = new ArrayList(markupExtensionList.Count * 5); 820ArrayList xamlNodes = new ArrayList(complexDefAttributesList.Count * 5); 983list = new ArrayList(1); 1340ArrayList propertyNamesSoFar = new ArrayList(list.Count/4);
System\Windows\Markup\XamlTypeMapper.cs (1)
3228ArrayList namespaceMapArray = new ArrayList(6);
System\Windows\Markup\XmlnsDictionary.cs (1)
494ArrayList prefixes = new ArrayList(_lastDecl+1);
System\Windows\Navigation\JournalEntryListConverter.cs (1)
150_items = new ArrayList(19);
System\Windows\Navigation\NavigationService.cs (3)
4037private ArrayList _childNavigationServices = new ArrayList(2); 4052private ArrayList _pendingNavigationList = new ArrayList(2); 4055private ArrayList _recursiveNavigateList = new ArrayList(2);
System\Windows\WindowCollection.cs (2)
34_list = new ArrayList(1); 40_list = new ArrayList(count);
System.Collections.NonGeneric (1)
System\Collections\CollectionBase.cs (1)
26_list = new ArrayList(capacity);
System.Collections.Specialized (4)
System\Collections\Specialized\NameObjectCollectionBase.cs (1)
118_entriesArray = new ArrayList(capacity);
System\Collections\Specialized\NameValueCollection.cs (2)
268values = new ArrayList(1); 309ArrayList values = new ArrayList(1);
System\Collections\Specialized\OrderedDictionary.cs (1)
139private ArrayList EnsureObjectsArray() => _objectsArray ??= new ArrayList(_initialCapacity);
System.ComponentModel.TypeConverter (8)
System\ComponentModel\Design\DesignerOptionService.cs (4)
135Parent._children ??= new ArrayList(1); 184propList = new ArrayList(props.Count); 192propList = new ArrayList(1); 264_children ??= new ArrayList(1);
System\ComponentModel\EnumConverter.cs (1)
263objValues = new ArrayList(fields.Length);
System\ComponentModel\TypeDescriptor.cs (3)
425associations = new ArrayList(4); 586newMembers = new ArrayList(memberCount); 2233ArrayList list = new ArrayList(primary.Count + secondary.Count);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (2)
227ArrayList la = new ArrayList(_size); 555ArrayList list = new ArrayList((count > _defaultCapacity) ? count : _defaultCapacity);
src\libraries\System.Private.CoreLib\src\System\Security\SecurityElement.cs (3)
106ArrayList list = new ArrayList(value.Count); 171_attributes = new ArrayList(AttributesTypical); 209_children ??= new ArrayList(ChildrenTypical);
System.Private.Windows.Core (1)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (1)
384ArrayList arrayList = new(size);
System.Private.Xml (5)
System\Xml\Schema\Asttree.cs (3)
315_axisStack = new ArrayList(axisTree.SubtreeArray.Count); // defined length 558ArrayList AstArray = new ArrayList(xpath.Length); 559_fAxisArray = new ArrayList(xpath.Length);
System\Xml\Schema\XmlSchemaValidator.cs (1)
946ArrayList expected = new ArrayList(elements.Count);
System\Xml\Xsl\QIL\SubstitutionList.cs (1)
22_s = new ArrayList(4);
System.Runtime.Caching (1)
System\Runtime\Caching\MemoryCacheStore.cs (1)
259ArrayList entries = new ArrayList(_entries.Count);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
311list = new ArrayList(2);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
964ArrayList arrayList = new(arrayCreateEx.Initializers.Count);
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
298=> AddPaddingSnapLinesCommon((snapLines ??= new(4)).Adapt<SnapLine>());
UIAutomationClient (7)
MS\Internal\Automation\ClientEventManager.cs (1)
65_listeners = new ArrayList(16);
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
246ArrayList embeddedRoots = new ArrayList(6);
MS\Internal\Automation\ProxyManager.cs (2)
827private static ArrayList _partialClassHandlers = new ArrayList(12); 833private static ArrayList _fallbackHandlers = new ArrayList(1);
MS\Internal\Automation\WinEventWrap.cs (1)
242_clientCallbacks = new ArrayList(2);
System\Windows\Automation\AutomationElement.cs (2)
798ArrayList propArrays = new ArrayList(4); 828ArrayList interfaces = new ArrayList(4);
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (1)
173_clientCallbacks = new ArrayList(2);
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
261rects = new ArrayList(1); 681ArrayList rects = new ArrayList(Math.Max(endLine - startLine + 1, 0));
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
109_groups = new ArrayList(groups);