293 references to ArrayList
mscorlib (21)
system\activationcontext.cs (2)
87
_definitionIdentities = new
ArrayList
(DefaultComponentCount);
134
_manifests = new
ArrayList
(DefaultComponentCount);
system\collections\arraylist.cs (2)
282
ArrayList la = new
ArrayList
(_size);
641
ArrayList list = new
ArrayList
((count>_defaultCapacity)?count:_defaultCapacity);
system\collections\collectionbase.cs (1)
26
list = new
ArrayList
(capacity);
system\resources\resourcemanager.cs (1)
1578
ArrayList list = new
ArrayList
(5);
system\runtime\remoting\ichannel.cs (1)
416
_headerList = new
ArrayList
(6);
system\runtime\remoting\leasemanager.cs (1)
181
ArrayList tempObjects = new
ArrayList
(10);
system\runtime\remoting\message.cs (2)
2119
ArrayList l = new
ArrayList
(len);
2145
ArrayList l = new
ArrayList
(len);
system\security\accesscontrol\acl.cs (2)
351
_aces = new
ArrayList
( count );
432
_aces = new
ArrayList
( capacity );
system\security\policy\codegroup.cs (2)
135
IList newList = new
ArrayList
( m_children.Count );
154
ArrayList children = ArrayList.Synchronized( new
ArrayList
( value.Count ) );
system\security\policy\netcodegroup.cs (1)
730
group.m_accessList = new
ArrayList
(this.m_accessList.Count);
system\security\policy\policylevel.cs (1)
243
ArrayList newList = new
ArrayList
(m_namedPermissionSets.Count);
system\security\securityelement.cs (5)
195
ArrayList list = new
ArrayList
(value.Count);
296
m_lAttributes = new
ArrayList
( c_AttributesTypical );
341
m_lChildren = new
ArrayList
( c_ChildrenTypical );
353
m_lChildren = new
ArrayList
( c_ChildrenTypical );
366
m_lChildren = new
ArrayList
( c_ChildrenTypical );
PresentationBuildTasks (20)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
557
_pendingLocalFiles = new
ArrayList
(10);
Framework\System\Windows\Markup\BamlMapTable.cs (4)
1830
ArrayList _assemblyIdToInfo = new
ArrayList
(1); // arrayList of Assemblies
1831
ArrayList _typeIdToInfo = new
ArrayList
(0); // arrayList of class Types
1832
ArrayList _attributeIdToInfo = new
ArrayList
(10); // arrayList of Attribute Ids
1833
ArrayList _stringIdToInfo = new
ArrayList
(1); // arrayList of String Info
Framework\System\Windows\Markup\BamlRecordWriter.cs (4)
383
_deferElement = new
ArrayList
(2);
384
_deferKeys = new
ArrayList
(10);
385
_deferValues = new
ArrayList
(100);
851
keyRecord.RecordList = new
ArrayList
(5);
Framework\System\Windows\Markup\MarkupExtensionParser.cs (4)
631
ArrayList xamlNodes = new
ArrayList
(markupExtensionList.Count * 5);
842
ArrayList xamlNodes = new
ArrayList
(complexDefAttributesList.Count * 5);
1006
list = new
ArrayList
(1);
1364
ArrayList propertyNamesSoFar = new
ArrayList
(list.Count/4);
Framework\System\Windows\Markup\XamlReaderHelper.cs (5)
3110
complexDefAttributeList = new
ArrayList
(1);
3284
markupExtensionList = new
ArrayList
(1);
5806
_xamlNodes = new
ArrayList
(10);
5897
_xamlNodes = new
ArrayList
(10);
6321
ArrayList _xamlNodes = new
ArrayList
(10); // array of Nodes for Read to return.
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
3451
ArrayList namespaceMapArray = new
ArrayList
(6);
Framework\System\Windows\Markup\XmlnsDictionary.cs (1)
508
ArrayList prefixes = new
ArrayList
(_lastDecl+1);
PresentationCore (9)
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
259
_requestsOnWait = new
ArrayList
(2);
967
private ArrayList _byteRangesAvailable = new
ArrayList
(2); // byte ranges that are downloaded
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
1688
boundsList = new
ArrayList
(2);
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
166
ArrayList runs = new
ArrayList
(2);
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
134
_lsrunList = new
ArrayList
(2);
1963
ArrayList lsruns = new
ArrayList
(3);
Core\CSharp\System\Windows\DataFormats.cs (1)
443
_formatList = new
ArrayList
(19);
Core\CSharp\System\Windows\GlobalEventManager.cs (1)
452
private static ArrayList _globalIndexToEventMap = new
ArrayList
(100); //
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
54
elements = new
ArrayList
(1);
PresentationFramework (64)
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (1)
406
private ArrayList _children = new
ArrayList
(1);
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (1)
34
_rawList = _viewList = new
ArrayList
(capacity);
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
995
ArrayList annotations = new
ArrayList
(1);
src\Framework\MS\Internal\DataStreams.cs (2)
99
subStreams = new
ArrayList
(3);
153
subStreams = new
ArrayList
(3);
src\Framework\MS\Internal\PtsHost\Line.cs (1)
697
ArrayList glyphRunsCollection = new
ArrayList
(4);
src\Framework\MS\Internal\PtsHost\PtsContext.cs (2)
56
_pages = new
ArrayList
(1);
57
_pageBreakRecords = new
ArrayList
(1);
src\Framework\System\Windows\Controls\RadioButton.cs (1)
83
elements = new
ArrayList
(1);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
2077
InlineObjects = inlineObjects = new
ArrayList
(1);
src\Framework\System\Windows\Data\BindingOperations.cs (1)
266
ArrayList batch = new
ArrayList
(8);
src\Framework\System\Windows\Data\CompositeCollection.cs (1)
70
Initialize(new
ArrayList
(capacity));
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
2597
: (IList)(new
ArrayList
(size));
src\Framework\System\Windows\Documents\AdornerLayer.cs (2)
791
ArrayList removeList = new
ArrayList
(1);
962
adornerInfos = new
ArrayList
(1);
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
468
_compositionLines = new
ArrayList
(1);
src\Framework\System\Windows\Documents\Highlights.cs (1)
227
_layers = new
ArrayList
(1);
src\Framework\System\Windows\Documents\MoveSizeWinEventHandler.cs (1)
56
_arTextStore = new
ArrayList
(1);
src\Framework\System\Windows\Documents\RtfFormatStack.cs (1)
29
internal RtfFormatStack() :
base
(20)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (8)
3216
:
base
(5)
3595
:
base
(20)
3964
:
base
(20)
4217
:
base
(1)
4375
:
base
(20)
4550
:
base
(20)
6288
:
base
(20)
6339
:
base
(100)
src\Framework\System\Windows\Documents\Speller.cs (4)
199
suggestions = new
ArrayList
(1);
240
_ignoredWordsList = new
ArrayList
(1);
782
segments = new
ArrayList
(2);
1217
segments = new
ArrayList
(MinWordBreaksForContext + 1);
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (1)
42
_runList = new
ArrayList
(1);
src\Framework\System\windows\Documents\TextEditor.cs (1)
2029
private static ArrayList _registeredEditingTypes = new
ArrayList
(4);
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
1624
threadLocalStore.PendingInputItems = new
ArrayList
(1);
src\Framework\System\Windows\Documents\TextStore.cs (2)
1417
_mouseSinks = new
ArrayList
(1);
2662
_preparedattributes = new
ArrayList
(count);
src\Framework\System\Windows\Documents\XamlToRtfParser.cs (2)
485
internal XamlTagStack() :
base
(10)
753
internal XamlParsePoints() :
base
(10)
src\Framework\System\Windows\Interop\HwndHost.cs (1)
121
_hooks = new
ArrayList
(8);
src\Framework\System\Windows\Markup\BamlMapTable.cs (4)
1830
ArrayList _assemblyIdToInfo = new
ArrayList
(1); // arrayList of Assemblies
1831
ArrayList _typeIdToInfo = new
ArrayList
(0); // arrayList of class Types
1832
ArrayList _attributeIdToInfo = new
ArrayList
(10); // arrayList of Attribute Ids
1833
ArrayList _stringIdToInfo = new
ArrayList
(1); // arrayList of String Info
src\Framework\System\Windows\Markup\BamlRecordReader.cs (4)
126
_rootList = new
ArrayList
(1);
145
_rootList = new
ArrayList
(1);
1782
defKeyList = new
ArrayList
(Math.Max (5, (int)(bamlRecord.ContentSize/400)));
3954
ArrayList paramList = new
ArrayList
(2);
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (4)
383
_deferElement = new
ArrayList
(2);
384
_deferKeys = new
ArrayList
(10);
385
_deferValues = new
ArrayList
(100);
851
keyRecord.RecordList = new
ArrayList
(5);
src\Framework\System\Windows\Markup\MarkupExtensionParser.cs (4)
631
ArrayList xamlNodes = new
ArrayList
(markupExtensionList.Count * 5);
842
ArrayList xamlNodes = new
ArrayList
(complexDefAttributesList.Count * 5);
1006
list = new
ArrayList
(1);
1364
ArrayList propertyNamesSoFar = new
ArrayList
(list.Count/4);
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
3451
ArrayList namespaceMapArray = new
ArrayList
(6);
src\Framework\System\Windows\Markup\XmlnsDictionary.cs (1)
508
ArrayList prefixes = new
ArrayList
(_lastDecl+1);
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (1)
167
_items = new
ArrayList
(19);
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
4385
private ArrayList _childNavigationServices = new
ArrayList
(2);
4400
private ArrayList _pendingNavigationList = new
ArrayList
(2);
4403
private ArrayList _recursiveNavigateList = new
ArrayList
(2);
src\Framework\System\Windows\NullableBoolConverter.cs (1)
63
ArrayList list1 = new
ArrayList
(3);
src\Framework\System\Windows\WindowCollection.cs (2)
41
_list = new
ArrayList
(1);
47
_list = new
ArrayList
(count);
System (23)
compmod\system\collections\specialized\nameobjectcollectionbase.cs (1)
272
_entriesArray = new
ArrayList
(capacity);
compmod\system\collections\specialized\namevaluecollection.cs (2)
277
values = new
ArrayList
(1);
314
ArrayList values = new
ArrayList
(1);
compmod\system\collections\specialized\ordereddictionary.cs (1)
125
_objectsArray = new
ArrayList
(_initialCapacity);
compmod\system\componentmodel\design\DesignerOptionService.cs (4)
157
_parent._children = new
ArrayList
(1);
208
propList = new
ArrayList
(props.Count);
214
propList = new
ArrayList
(1);
275
_children = new
ArrayList
(1);
compmod\system\componentmodel\EnumConverter.cs (1)
260
objValues = new
ArrayList
(fields.Length);
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
519
propertyList = new
ArrayList
(propertyArray.Length * extenders.Length);
1138
ArrayList extendedList = new
ArrayList
(attributes.Count);
compmod\system\componentmodel\TypeDescriptor.cs (3)
547
associations = new
ArrayList
(4);
1260
newMembers = new
ArrayList
(memberCount);
2787
ArrayList list = new
ArrayList
(primary.Count + secondary.Count);
compmod\system\diagnostics\TraceListeners.cs (1)
21
list = new
ArrayList
(1);
net\System\Net\_ConnectionGroup.cs (1)
42
m_ConnectionList = new
ArrayList
(DefaultConnectionListSize); //it may grow beyond
net\System\Net\Configuration\WebRequestModulesSection.cs (1)
124
retval = new
ArrayList
(0);
net\System\Net\HttpListener.cs (1)
2218
challenges = new
ArrayList
(4);
net\System\Net\Internal.cs (1)
209
ArrayList collections = new
ArrayList
(16);
net\System\Net\ServicePoint.cs (1)
1186
ArrayList cgs = new
ArrayList
(m_ConnectionGroupList.Count);
net\System\Net\WebPermission.cs (2)
271
ArrayList cloned = new
ArrayList
(m_connectList.Count);
294
ArrayList cloned = new
ArrayList
(m_acceptList.Count);
services\monitoring\system\diagnosticts\EventLog.cs (1)
736
ArrayList newsources = new
ArrayList
(sources.Length - 1);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\PropertyValueToStandardValuesConverter.cs (1)
101
ArrayList convertedStandardValues = new
ArrayList
(standardValues == null ? 0 : standardValues.Count);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (1)
80
ArrayList convertedValues = new
ArrayList
(values.Count);
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\PropertyValueToStandardValuesConverter.cs (1)
101
ArrayList convertedStandardValues = new
ArrayList
(standardValues == null ? 0 : standardValues.Count);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (1)
80
ArrayList convertedValues = new
ArrayList
(values.Count);
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\SubstitutionList.cs (1)
23
this.s = new
ArrayList
(4);
System.Drawing (3)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
833
ArrayList propertyNames = new
ArrayList
(Properties.Count);
misc\ClientUtils.cs (2)
283
_innerList = new
ArrayList
(4);
287
_innerList = new
ArrayList
(size);
System.Management (14)
Instrumentation\EventSource.cs (1)
229
ArrayList reqList = new
ArrayList
(3);
InteropClasses\WMIInterop.cs (1)
1974
static ArrayList reqList = new
ArrayList
(3);
WmiGenerator.cs (12)
95
private ArrayList arrKeyType = new
ArrayList
(5);
96
private ArrayList arrKeys = new
ArrayList
(5);
97
private ArrayList BitMap = new
ArrayList
(5);
98
private ArrayList BitValues = new
ArrayList
(5);
99
private ArrayList ValueMap = new
ArrayList
(5);
100
private ArrayList Values = new
ArrayList
(5);
107
private ArrayList CommentsString = new
ArrayList
(5);
1731
ArrayList arTemp = new
ArrayList
(5);
1793
ArrayList arTemp = new
ArrayList
(5);
2841
ArrayList outParamsName = new
ArrayList
(5);
2842
ArrayList inoutParams = new
ArrayList
(5);
2843
ArrayList inoutParamsType = new
ArrayList
(5);
System.Runtime.Caching (1)
System\Caching\MemoryCacheStore.cs (1)
216
ArrayList entries = new
ArrayList
(_entries.Count);
System.Runtime.Remoting (27)
channels\http\combinedhttpchannel.cs (2)
232
ArrayList dictionaries = new
ArrayList
(2);
278
ArrayList keys = new
ArrayList
(count);
channels\http\httpclientchannel.cs (2)
309
ArrayList keys = new
ArrayList
(2);
860
ArrayList keys = new
ArrayList
(6);
channels\tcp\tcpclientchannel.cs (1)
643
ArrayList keys = new
ArrayList
(6);
metadata\wsdlparser.cs (15)
914
ArrayList tempList = new
ArrayList
(10);
1531
port.locations = new
ArrayList
(10);
1870
ArrayList methodInfos = new
ArrayList
(10);
3029
private ArrayList wsdlBindings = new
ArrayList
(10);
3030
private ArrayList wsdlServices = new
ArrayList
(10);
5546
_nestedTypes = new
ArrayList
(10);
7005
internal ArrayList parts = new
ArrayList
(10);
7063
internal ArrayList operations = new
ArrayList
(10);
7092
internal ArrayList contents = new
ArrayList
(3);
7148
internal ArrayList suds = new
ArrayList
(10);
7150
internal ArrayList operations = new
ArrayList
(10);
7197
internal ArrayList sections = new
ArrayList
(10);
7227
internal ArrayList extensions = new
ArrayList
(10);
7375
internal ArrayList implements = new
ArrayList
(10);
7376
internal ArrayList nestedTypes = new
ArrayList
(10);
metadata\wsdlwriter.cs (7)
138
ArrayList serviceEndpoints = new
ArrayList
(10);
619
ArrayList refNames = new
ArrayList
(25);
1558
methodRequest._inParamTypes = new
ArrayList
(10);
1559
methodRequest._inParamNames = new
ArrayList
(10);
1560
methodRequest._outParamTypes = new
ArrayList
(10);
1561
methodRequest._outParamNames = new
ArrayList
(10);
1562
methodRequest._paramNamesOrder = new
ArrayList
(10);
System.Security (6)
system\security\cryptography\cryptographicattribute.cs (2)
95
m_list = new
ArrayList
((int)cryptAttributes.cAttr);
109
m_list = new
ArrayList
(other.m_list.Count);
system\security\cryptography\pkcs\pkcs7recipient.cs (3)
85
m_recipients = new
ArrayList
(1);
90
m_recipients = new
ArrayList
(certificates.Count);
98
m_recipients = new
ArrayList
(other.m_recipients.Count);
system\security\cryptography\pkcs\recipientinfo.cs (1)
384
m_recipientInfos = new
ArrayList
(1);
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
150
:
base
(1)
System\ServiceModel\Dispatcher\XPathExpr.cs (1)
156
this.list = new
ArrayList
(2);
System\ServiceModel\Security\SecurityContextTokenCache.cs (2)
140
ArrayList matchingKeys = new
ArrayList
(2);
231
ArrayList keys = new
ArrayList
(pruningAmount);
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
65
ArrayList keys = new
ArrayList
(pruningAmount);
System.Transactions (2)
System\Transactions\Oletx\OleTxTransaction.cs (2)
850
this.phase0EnlistVolatilementContainerList = new
ArrayList
(1);
1066
this.phase0EnlistVolatilementContainerList = new
ArrayList
(1);
System.Web (24)
Cache\OutputCache.cs (2)
233
headers = new
ArrayList
(oce.HeaderElements.Count);
242
buffers = new
ArrayList
(oce.ResponseElements.Count);
Cache\SqlCacheDependency.cs (1)
377
dependencies = new
ArrayList
(1);
Compilation\BrowserCapabilitiesCompiler.cs (1)
219
list = new
ArrayList
(1);
Configuration\CompilationSection.cs (1)
852
list = new
ArrayList
(binDlls.Length);
Configuration\HttpCapabilitiesBase.cs (1)
1770
_browsers = new
ArrayList
(6);
Configuration\WebConfigurationHost.cs (1)
533
list = new
ArrayList
(1);
HttpResponse.cs (2)
3556
_dependencies = new
ArrayList
(1);
3617
_dependencies = new
ArrayList
(1);
Management\EventlogProvider.cs (1)
183
ArrayList dataFields = new
ArrayList
(35);
Profile\ProfileInfo.cs (1)
146
ArrayList al = new
ArrayList
(_CurPos - _NumBlanks);
RequestTimeoutManager.cs (1)
79
ArrayList entries = new
ArrayList
(_requestCount); // size can change
SiteMapNodeCollection.cs (1)
87
_innerList = new
ArrayList
(_initialSize);
UI\Control.cs (1)
2534
childStates = new
ArrayList
(occasionalFieldControlCount);
UI\ObjectStateFormatter.cs (1)
529
ArrayList list = new
ArrayList
(count);
UI\OrderedDictionaryStateHelper.cs (1)
36
ArrayList list = new
ArrayList
(dictionary.Count);
UI\Page.cs (2)
2195
ArrayList chunks = new
ArrayList
(1);
2202
ArrayList viewStateChunks = new
ArrayList
(numFullChunks+1);
UI\WebControls\GridView.cs (1)
2029
_rowsArray = new
ArrayList
(rowsArrayCapacity);
UI\WebControls\Listbox.cs (1)
209
ArrayList newSelectedIndices = new
ArrayList
(count);
UI\WebControls\ListControl.cs (1)
338
cachedSelectedIndices = new
ArrayList
(3);
UI\WebControls\ListItemCollection.cs (2)
407
ArrayList indices = new
ArrayList
(4);
408
ArrayList items = new
ArrayList
(4);
Util\ResourcePool.cs (1)
28
_resources = new
ArrayList
(4);
System.Web.DataVisualization (8)
Common\ChartTypes\StackedAreaChart.cs (6)
504
curentPointsArray = new
ArrayList
(ser.Points.Count);
509
curentPointsArray = new
ArrayList
(ser.Points.Count);
826
curentPointsArray = new
ArrayList
(ser.Points.Count);
831
curentPointsArray = new
ArrayList
(ser.Points.Count);
932
curentPointsArray = new
ArrayList
(ser.Points.Count);
937
curentPointsArray = new
ArrayList
(ser.Points.Count);
Common\General\Axis.cs (1)
4658
ArrayList labelTextRows = new
ArrayList
(labels.Count);
Common\General\DataManipulator.cs (1)
2945
ArrayList uniqueValues = new
ArrayList
(intervalLastIndex - intervalFirstIndex + 1);
System.Web.Extensions (1)
UI\WebControls\QueryableDataSourceView.cs (1)
593
ArrayList values = new
ArrayList
(numRows);
System.Web.Mobile (5)
UI\MobileControls\Design\Converters\DefaultCommandConverter.cs (1)
34
ArrayList commandList = new
ArrayList
(commands.Count);
UI\MobileControls\MobilePage.cs (1)
223
_forms = new
ArrayList
(probableFormCount);
UI\MobileControls\ObjectList.cs (2)
389
ArrayList list = new
ArrayList
(count);
933
ArrayList list = new
ArrayList
(count);
UI\MobileControls\SelectionList.cs (1)
524
ArrayList selectedIndices = new
ArrayList
(count);
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridRow.cs (1)
736
cells = new
ArrayList
(DataGrid.myGridTable.GridColumnStyles.Count + 2);
winforms\Managed\System\WinForms\DataGridTable.cs (1)
46
private ArrayList relationsList = new
ArrayList
(2);
winforms\Managed\System\WinForms\DataGridViewColumnCollection.cs (2)
327
ArrayList initialColumns = new
ArrayList
(dataGridViewColumns.Length);
328
ArrayList sortedColumns = new
ArrayList
(dataGridViewColumns.Length);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
918
autoFillColumns = new
ArrayList
(this.Columns.Count);
winforms\Managed\System\WinForms\Layout\ArrangedElementCollection.cs (2)
24
_innerList = new
ArrayList
(4);
32
_innerList = new
ArrayList
(size);
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
2065
ArrayList layoutInfos = new
ArrayList
(container.Children.Count);
winforms\Managed\System\WinForms\LinkLabel.cs (2)
68
ArrayList links = new
ArrayList
(2);
759
ArrayList ranges = new
ArrayList
(Links.Count);
winforms\Managed\System\WinForms\ListView.cs (1)
4407
listItemsArray = new
ArrayList
(items.Length);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
80
private ArrayList activeDropDowns = new
ArrayList
(1);
System.Windows.Forms.DataVisualization (8)
Common\ChartTypes\StackedAreaChart.cs (6)
504
curentPointsArray = new
ArrayList
(ser.Points.Count);
509
curentPointsArray = new
ArrayList
(ser.Points.Count);
826
curentPointsArray = new
ArrayList
(ser.Points.Count);
831
curentPointsArray = new
ArrayList
(ser.Points.Count);
932
curentPointsArray = new
ArrayList
(ser.Points.Count);
937
curentPointsArray = new
ArrayList
(ser.Points.Count);
Common\General\Axis.cs (1)
4658
ArrayList labelTextRows = new
ArrayList
(labels.Count);
Common\General\DataManipulator.cs (1)
2945
ArrayList uniqueValues = new
ArrayList
(intervalLastIndex - intervalFirstIndex + 1);
System.Workflow.Activities (1)
Rules\Parser\Symbol.cs (1)
126
ArrayList members = new
ArrayList
(NestedSymbols.Count);
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ReferenceService.cs (2)
95
this.references = new
ArrayList
(container.Components.Count);
303
ArrayList results = new
ArrayList
(this.references.Count);
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
2704
list = new
ArrayList
(1);
System.WorkflowServices (1)
System\ServiceModel\Activation\WorkflowServiceBuildProvider.cs (1)
26
ArrayList dependencies = new
ArrayList
(base.VirtualPathDependencies.Count + 1);
System.Xml (10)
System\Xml\Schema\Asttree.cs (3)
267
this.axisStack = new
ArrayList
(axisTree.SubtreeArray.Count); // defined length
490
ArrayList AstArray = new
ArrayList
(xpath.Length);
491
this.fAxisArray = new
ArrayList
(xpath.Length);
System\Xml\Schema\XmlSchemaValidator.cs (1)
844
ArrayList expected = new
ArrayList
(elements.Count);
System\Xml\Serialization\XmlSerializationReader.cs (3)
3092
ArrayList arraysToDeclareList = new
ArrayList
(mappings.Length);
3093
ArrayList arraysToSetList = new
ArrayList
(mappings.Length);
3094
ArrayList allMembersList = new
ArrayList
(mappings.Length);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (3)
1566
ArrayList arraysToDeclareList = new
ArrayList
(mappings.Length);
1567
ArrayList arraysToSetList = new
ArrayList
(mappings.Length);
1568
ArrayList allMembersList = new
ArrayList
(mappings.Length);
UIAutomationClient (7)
MS\Internal\Automation\ClientEventManager.cs (1)
79
_listeners = new
ArrayList
(16);
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
264
ArrayList embeddedRoots = new
ArrayList
(6);
MS\Internal\Automation\ProxyManager.cs (2)
845
private static ArrayList _partialClassHandlers = new
ArrayList
(12);
851
private static ArrayList _fallbackHandlers = new
ArrayList
(1);
MS\Internal\Automation\WinEventWrap.cs (1)
268
_clientCallbacks = new
ArrayList
(2);
System\Windows\Automation\AutomationElement.cs (2)
864
ArrayList propArrays = new
ArrayList
(4);
899
ArrayList interfaces = new
ArrayList
(4);
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (1)
185
_clientCallbacks = new
ArrayList
(2);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
538
ArrayList alEvents = new
ArrayList
(16);
MS\Internal\AutomationProxies\ProxySimple.cs (2)
605
ArrayList alIn = new
ArrayList
(100);
606
ArrayList alOut = new
ArrayList
(100);
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
287
rects = new
ArrayList
(1);
707
ArrayList rects = new
ArrayList
(Math.Max(endLine - startLine + 1, 0));
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
123
_groups = new
ArrayList
(groups);
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
414
eventCreateParams = hookParams._alHwnd = new
ArrayList
(16);
WindowsBase (5)
Base\MS\Internal\IO\Zip\ZipIOBlockManager.cs (1)
1253
private ArrayList _blockList = new
ArrayList
(_initialBlockListSize);
Base\MS\Internal\IO\Zip\ZipIOExtraField.cs (1)
108
extraField._extraFieldElements = new
ArrayList
(3); // we expect to see a few records there, as it sould have been produced by other authoring systems.
Base\MS\Internal\IO\Zip\ZipIOLocalFileBlock.cs (1)
853
_exposedPublicStreams = new
ArrayList
(_initialExposedPublicStreamsCollectionSize);
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (1)
468
ArrayList result = new
ArrayList
(5);
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (1)
1223
ArrayList transformLabels = new
ArrayList
(transformCount);