1227 references to ArrayList
mscorlib (95)
system\collections\collectionbase.cs (2)
22list = new ArrayList(); 33list = new ArrayList();
system\collections\readonlycollectionbase.cs (1)
24list = new ArrayList();
system\deployment\isolationinterop.cs (1)
2400private System.Collections.ArrayList _list = new System.Collections.ArrayList();
system\reflection\assembly.cs (2)
2093ArrayList a = new ArrayList(); 2942ArrayList a = new ArrayList();
system\runtime\interopservices\registrationservices.cs (1)
237ArrayList TypeList = new ArrayList();
system\runtime\interopservices\tceadaptergen\tceadaptergenerator.cs (1)
117ArrayList methods = new ArrayList();
system\runtime\remoting\channelservices.cs (1)
480ArrayList dictionaries = new ArrayList();
system\runtime\remoting\ichannel.cs (5)
485private ArrayList _children = new ArrayList(); 543ArrayList dictionaries = new ArrayList(); 634ArrayList values = new ArrayList(); 825ArrayList keys = new ArrayList(); 847ArrayList values = new ArrayList();
system\runtime\remoting\identityholder.cs (1)
117ArrayList removeList = new ArrayList();
system\runtime\remoting\message.cs (3)
1069_contextProperties = new ArrayList(); 3414ArrayList argValues = new ArrayList(); 4047_contextProperties = new ArrayList();
system\runtime\remoting\messagesmuggler.cs (9)
101argsToSerialize = new ArrayList(); 125argsToSerialize = new ArrayList(); 183argsToSerialize = new ArrayList(); 203argsToSerialize = new ArrayList(); 317argsToSerialize = new ArrayList(); 327argsToSerialize = new ArrayList(); 342argsToSerialize = new ArrayList(); 494argsToSerialize = new ArrayList(); 512argsToSerialize = new ArrayList();
system\runtime\remoting\remotingconfigparser.cs (15)
44internal ArrayList ClientSinkProviders = new ArrayList(); 45internal ArrayList ServerSinkProviders = new ArrayList(); 218internal ArrayList WellKnownObjects = new ArrayList(); 219internal ArrayList ActivatedObjects = new ArrayList(); 263internal ArrayList ProviderData = new ArrayList(); // array of SinkProviderData structures 307internal ArrayList ChannelEntries = new ArrayList(); 308internal ArrayList InteropXmlElementEntries = new ArrayList(); 309internal ArrayList InteropXmlTypeEntries = new ArrayList(); 310internal ArrayList PreLoadEntries = new ArrayList(); 311internal ArrayList RemoteAppEntries = new ArrayList(); 312internal ArrayList ServerActivatedEntries = new ArrayList(); 313internal ArrayList ServerWellKnownEntries = new ArrayList(); 1025ArrayList contextAttributes = new ArrayList(); 1117ArrayList contextAttributes = new ArrayList(); 1214ArrayList contextAttributes = new ArrayList();
system\runtime\remoting\remotingservices.cs (2)
2057ArrayList beginParameters = new ArrayList(); 2058ArrayList endParameters = new ArrayList();
system\runtime\remoting\soap.cs (1)
411mbTable = ArrayList.Synchronized(new ArrayList());
system\runtime\remoting\synchronizeddispatch.cs (1)
254_asyncLcidList = new ArrayList();
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (2)
305argsToSerialize = new ArrayList(); 326argsToSerialize = new ArrayList();
system\security\codeaccesssecurityengine.cs (2)
538zone = new ArrayList(); 539origin = new ArrayList();
system\security\permissionlistset.cs (5)
48m_permSetTriples = new ArrayList(); 222this.m_zoneList = new ArrayList(); 225this.m_originList = new ArrayList(); 315m_zoneList = new ArrayList(); 322m_originList = new ArrayList();
system\security\permissions\keycontainerpermission.cs (1)
232m_list = new ArrayList();
system\security\permissions\publisheridentitypermission.cs (3)
195ArrayList alCerts = new ArrayList(); 236ArrayList alCerts = new ArrayList(); 271ArrayList al = new ArrayList();
system\security\policy\applicationtrust.cs (1)
365ArrayList appTrusts = new ArrayList();
system\security\policy\codegroup.cs (4)
51m_children = ArrayList.Synchronized( new ArrayList() ); 68m_children = ArrayList.Synchronized( new ArrayList() ); 469ArrayList childrenList = ArrayList.Synchronized( new ArrayList() ); 484ArrayList unparsedChildren = ArrayList.Synchronized( new ArrayList() );
system\security\policy\evidence.cs (2)
905ArrayList hostList = new ArrayList(); 913ArrayList assemblyList = new ArrayList();
system\security\policy\filecodegroup.cs (1)
102retGroup.Children = new ArrayList();
system\security\policy\firstmatchcodegroup.cs (1)
125retGroup.Children = new ArrayList();
system\security\policy\netcodegroup.cs (4)
307m_schemesList = new ArrayList(); 308m_accessList = new ArrayList(); 334ArrayList newOriginSchemeList = new ArrayList(); 434retGroup.Children = new ArrayList();
system\security\policy\policylevel.cs (8)
402ArrayList groups = new ArrayList(); 495m_fullTrustAssemblies = new ArrayList(); 562ArrayList fullTrustAssemblies = new ArrayList(); 597ArrayList namedPermissionSets = new ArrayList(); 1102m_fullTrustAssemblies = new ArrayList(); 1150m_namedPermissionSets = new ArrayList(); 1242ArrayList accumulator = new ArrayList(); 1408m_array = new ArrayList();
system\security\policy\unioncodegroup.cs (1)
116retGroup.Children = new ArrayList();
system\security\policymanager.cs (3)
38ArrayList policyLevels = new ArrayList(); 199ArrayList accumList = new ArrayList(); 364ArrayList list = new ArrayList();
system\security\securitydocument.cs (1)
317ArrayList children = new ArrayList();
system\security\util\sitestring.cs (1)
50ArrayList list = new ArrayList();
system\security\util\stringexpressionset.cs (6)
156m_list = new ArrayList(); 223ArrayList retArrayList = new ArrayList(); 320m_list = new ArrayList(); 469intersectSet.m_list = new ArrayList(); 477intersectSet.m_list = new ArrayList(); 679this.m_list = new ArrayList();
system\security\util\urlstring.cs (3)
1081m_separatedSite = new ArrayList(); 1099ArrayList list = new ArrayList(); 1178ArrayList list = new ArrayList();
PresentationBuildTasks (17)
BuildTasks\Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
404ArrayList itemToRemove = new ArrayList();
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (7)
1126ArrayList referenceList = new ArrayList(); 1316ArrayList bamlFileList = new ArrayList(); 1317ArrayList csFileList = new ArrayList(); 1318ArrayList localRefPageList = new ArrayList(); 1319ArrayList localRefAppdefList = new ArrayList(); 1428ArrayList allGeneratedFiles = new ArrayList( ); 1638ArrayList locFileItemList = new ArrayList();
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (2)
580referenceList = new ArrayList(); 735ArrayList bamlFileList = new ArrayList();
BuildTasks\MS\Internal\Localization\LocalizationParserHooks.cs (1)
43_commentList = new ArrayList();
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
3024_usingNS = new ArrayList();
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (2)
313_events = new ArrayList(); 588_events = new ArrayList();
BuildTasks\MS\Internal\Tasks\CompilerLocalReference.cs (1)
272ArrayList alMarkupPages = new ArrayList();
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
703ArrayList asmList = new ArrayList();
Framework\System\Windows\Markup\ParserStack.cs (1)
62internal ParserStack() : base()
PresentationCore (34)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (1)
662_byteRangesAvailable = new ArrayList(); // byte ranges that are downloaded
Core\CSharp\MS\Internal\Resources\ResourceManagerWrapper.cs (1)
137_resourceList = new ArrayList();
Core\CSharp\System\Windows\DataObject.cs (3)
1555distinct = new ArrayList(); 2840formats = new ArrayList(); 3843formats = new ArrayList();
Core\CSharp\System\Windows\Input\CursorConverter.cs (1)
70ArrayList list1 = new ArrayList();
Core\CSharp\System\Windows\Input\InputLanguageSource.cs (1)
137ArrayList al = new ArrayList();
Core\CSharp\System\Windows\Input\InputProcessorProfiles.cs (1)
187ArrayList arrayLang = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
657ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
657ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (1)
657ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (1)
657ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
657ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadata.cs (3)
152_metadataBlocks = new ArrayList(); 166_metadataBlocks = new ArrayList(); 294ArrayList metadataBlocks = new ArrayList();
Core\CSharp\System\Windows\Media\Imaging\ImagingCache.cs (1)
91ArrayList al = new ArrayList();
Core\CSharp\System\Windows\Media\MediaSystem.cs (1)
393private static ArrayList _mediaContexts = new ArrayList();
PresentationFramework (42)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
79ArrayList list = new ArrayList();
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
109ArrayList list = new ArrayList();
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (1)
525_viewList = new ArrayList();
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (1)
612ArrayList keysToBeRemoved = new ArrayList();
src\Framework\MS\Internal\Data\DefaultAsyncDataDispatcher.cs (1)
112ArrayList _list = new ArrayList();
src\Framework\MS\Internal\Data\PathParser.cs (1)
396ArrayList _al = new ArrayList();
src\Framework\MS\Internal\Data\ViewManager.cs (2)
252ArrayList al = new ArrayList(); 796ArrayList al = new ArrayList();
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
1453ArrayList visiblePages = new ArrayList();
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
56ArrayList deferredResources = new ArrayList();
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (1)
438ArrayList pointArray = new ArrayList();
src\Framework\MS\Internal\Utility\TraceLog.cs (1)
33_log = new ArrayList();
src\Framework\MS\Internal\WeakHashtable.cs (1)
120cleanupList = new ArrayList();
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
2072_emptyGroupItems = new ArrayList();
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
302_positionList = new ArrayList();
src\Framework\System\Windows\Data\CollectionView.cs (3)
1972_changeLog = new ArrayList(); 2174ArrayList _changeLog = new ArrayList(); 2193static readonly ArrayList EmptyArrayList = new ArrayList();
src\Framework\System\Windows\Data\CompositeCollection.cs (1)
57Initialize(new ArrayList());
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
45internal CompositionAdorner(ITextView textView) : this(textView, new ArrayList())
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
932ArrayList notificationList = new ArrayList();
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
1181ArrayList dirtyPages = new ArrayList(); 1264ArrayList completedRequests = new ArrayList();
src\Framework\System\Windows\Documents\FixedPage.cs (1)
1045ArrayList childPath = new ArrayList();
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
501ArrayList ar = new ArrayList();
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
487lfs = new ArrayList();
src\Framework\System\Windows\Documents\FlowPosition.cs (1)
390ArrayList ar = new ArrayList();
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
2847_cellFormats = new ArrayList(); 2856_cellFormats = new ArrayList();
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
372ArrayList ranges = new ArrayList(); //text ranges in area
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
170ArrayList openLists = new ArrayList(); 393ArrayList openLists = new ArrayList(); 1751ArrayList spanCounts = new ArrayList();
src\Framework\System\Windows\FrameworkElement.cs (1)
1436ArrayList keys = new ArrayList();
src\Framework\System\Windows\Markup\BamlReader.cs (1)
191_properties = new ArrayList();
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
1784ArrayList staticResources = new ArrayList();
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
75_markupExtensionNodes = new ArrayList();
src\Framework\System\Windows\Markup\ParserStack.cs (1)
62internal ParserStack() : base()
src\Framework\System\Windows\Markup\XamlStream.cs (2)
79ReaderBufferArrayList = new ArrayList(); 80WriterBufferArrayList = new ArrayList();
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
749ArrayList unspecifiedBlocks = new ArrayList();
src\Framework\System\Windows\Window.cs (1)
413_threadWindowHandles = new ArrayList();
System (85)
compmod\system\codedom\CodeNamespaceImportCollection.cs (1)
28private ArrayList data = new ArrayList();
compmod\system\codedom\CodeTypeReference.cs (1)
168ArrayList typeArgumentList = new ArrayList();
compmod\system\codedom\compiler\CodeDomConfigurationHandler.cs (1)
56_allCompilerInfo = new ArrayList();
compmod\system\collections\specialized\nameobjectcollectionbase.cs (1)
265_entriesArray = new ArrayList();
compmod\system\collections\specialized\stringcollection.cs (1)
19private ArrayList data = new ArrayList();
compmod\system\componentmodel\design\DocumentCollection.cs (1)
40this.designers = new ArrayList();
compmod\system\componentmodel\design\serialization\ContextStack.cs (2)
101contextStack = new ArrayList(); 131contextStack = new ArrayList();
compmod\system\componentmodel\ListSortDescriptionCollection.cs (1)
15ArrayList sorts = new ArrayList();
compmod\system\componentmodel\MemberDescriptor.cs (2)
111ArrayList newArray = new ArrayList(); 384list = new ArrayList();
compmod\system\componentmodel\ReferenceConverter.cs (1)
144ArrayList list = new ArrayList();
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
779ArrayList typeList = new ArrayList();;
compmod\system\diagnostics\SwitchAttribute.cs (1)
55 ArrayList switchAttribs = new ArrayList ();
compmod\system\diagnostics\TraceListeners.cs (1)
106list = new ArrayList();
compmod\system\security\permissions\ResourcePermissionBase.cs (1)
206ArrayList list = new ArrayList();
misc\WeakHashtable.cs (1)
107cleanupList = new ArrayList();
net\System\Net\_AuthenticationManagerDefault.cs (1)
107ArrayList moduleListCopy = new ArrayList();
net\System\Net\_Connection.cs (1)
496m_WriteList = new ArrayList();
net\System\Net\_ConnectionGroup.cs (3)
240ArrayList connectionsToClose = new ArrayList(); 266ArrayList connectionsToClose = new ArrayList(); 457ArrayList closedConnections = new ArrayList();
net\System\Net\_FtpControlStream.cs (1)
460ArrayList commandList = new ArrayList();
net\System\Net\_SecureChannel.cs (1)
550ArrayList filteredCerts = new ArrayList(); // This is an intermediate client certs collection that try to use if no selectedCert is available yet.
net\System\Net\_TLSstream.cs (1)
434private ArrayList m_PendingIO = new ArrayList();
net\System\Net\_WebProxyDataBuilder.cs (1)
253bypassList = new ArrayList();
net\System\Net\Cache\_Rfc2616CacheValidators.cs (4)
1339ArrayList varyValues = new ArrayList(); 1372ArrayList requestFields = new ArrayList(); 1380ArrayList cacheFields = new ArrayList(); 1780ArrayList varyValues = new ArrayList();
net\System\Net\Cache\_SingleItemRequestCache.cs (1)
466_Buffers = new ArrayList();
net\System\Net\Cache\HttpRequestCacheValidator.cs (5)
938System.Collections.ArrayList privateList = new System.Collections.ArrayList(); 968System.Collections.ArrayList nocacheList = new System.Collections.ArrayList(); 1057System.Collections.ArrayList privateList = new System.Collections.ArrayList(); 1085System.Collections.ArrayList nocacheList = new System.Collections.ArrayList(); 1161ArrayList remainingWarnings = new ArrayList();
net\System\Net\connectionpool.cs (1)
132m_ObjectList = new ArrayList();
net\System\Net\cookiecollection.cs (1)
33ArrayList m_list = new ArrayList();
net\System\Net\DNS.cs (2)
82ArrayList TempList = new ArrayList(); 1103ArrayList addresses = new ArrayList();
net\System\Net\HttpListener.cs (3)
2593digestsToClose = new ArrayList(); 2610m_ExtraSavedDigests = new ArrayList(); 2648toClose[2] = new ArrayList();
net\System\Net\HttpListenerRequest.cs (1)
1293ArrayList values = new ArrayList();
net\System\Net\Internal.cs (1)
2075ArrayList certificateProblems = new ArrayList();
net\System\Net\mail\SmtpAuthenticationManager.cs (1)
16static ArrayList modules = new ArrayList();
net\System\Net\mail\SmtpReplyReaderFactory.cs (2)
320ArrayList lines = new ArrayList(); 407lines = new ArrayList();
net\System\Net\mail\SmtpTransport.cs (2)
70ArrayList failedRecipientExceptions = new ArrayList(); 367ArrayList failedRecipientExceptions = new ArrayList();
net\System\Net\SocketPermission.cs (4)
494m_connectList = new ArrayList(); 495m_acceptList = new ArrayList(); 629m_connectList = new ArrayList(); 630m_acceptList = new ArrayList();
net\System\Net\WebPermission.cs (9)
242private ArrayList m_connectList = new ArrayList(); 243private ArrayList m_acceptList = new ArrayList(); 387ArrayList lists = new ArrayList(); 424ArrayList lists = new ArrayList(); 486ArrayList lists = new ArrayList(); 814m_connectList = new ArrayList(); 815m_acceptList = new ArrayList(); 846m_connectList = new ArrayList(); 878m_acceptList = new ArrayList();
net\System\Net\webproxy.cs (2)
207_BypassList = new ArrayList(); 252_BypassList = new ArrayList();
net\System\URI.cs (1)
904System.Collections.ArrayList pathSegments = new System.Collections.ArrayList();
regex\system\text\regularexpressions\RegexMatchCollection.cs (1)
62_matches = new ArrayList();
security\system\security\Authentication\ExtendedProtection\ServiceNameCollection.cs (2)
28ArrayList newServiceNames = new ArrayList(); // be compatible with .Net 1.x; no generics 39ArrayList newServiceNames = new ArrayList(); // be compatible with .Net 1.x; no generics
security\system\security\cryptography\asnencodeddata.cs (1)
104m_list = new ArrayList();
security\system\security\cryptography\oid.cs (1)
138m_list = new ArrayList();
security\system\security\cryptography\x509\x509extension.cs (1)
592private ArrayList m_list = new ArrayList();
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
1739public ArrayList listeningComponents = new ArrayList();
services\monitoring\system\diagnosticts\Process.cs (2)
1557ArrayList list = new ArrayList(); 2689public ArrayList threadInfoList = new ArrayList();
services\monitoring\system\diagnosticts\ProcessManager.cs (5)
352ArrayList threadInfos = new ArrayList(); 423ArrayList moduleInfos = new ArrayList(); 660ArrayList moduleInfos = new ArrayList(); 793ArrayList threadInfos = new ArrayList(); 809ArrayList counterList = new ArrayList();
services\monitoring\system\diagnosticts\ProcessStartInfo.cs (1)
293ArrayList verbs = new ArrayList();
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
653ArrayList names = new ArrayList();
sys\system\configuration\ApplicationSettingsBase.cs (1)
713ArrayList settingProps = new ArrayList();
sys\system\configuration\SettingsPropertyValueCollection.cs (2)
35_Values = new ArrayList(); 78ArrayList al = new ArrayList();
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\PropertyValueToStandardValuesConverter.cs (1)
115ArrayList filteredStandardValues = new ArrayList();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (1)
917_standardValues = new ArrayList();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1465if (cache.Cache == null) cache.Cache = new ArrayList();
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
823this.Context.Items.SetValue(new Selection(new ArrayList()));
System.Configuration (15)
System\Configuration\BaseConfigurationRecord.cs (2)
391locationSubPathInputs = new ArrayList(); 3777_locationSections = new ArrayList();
System\Configuration\ConfigDefinitionUpdates.cs (1)
18_locationUpdatesList = new ArrayList();
System\Configuration\ConfigurationElement.cs (1)
434ArrayList errorList = new ArrayList();
System\Configuration\ConfigurationElementCollection.cs (1)
22private ArrayList _items = new ArrayList();
System\Configuration\ConfigurationLockCollection.cs (2)
51internalArraylist = new ArrayList(); 218ArrayList removeList = new ArrayList();
System\Configuration\ConfigurationPropertyCollection.cs (1)
14private ArrayList _items = new ArrayList();
System\Configuration\MgmtConfigurationRecord.cs (4)
351ArrayList locations = new ArrayList(); 998ArrayList sectionGroups = new ArrayList(); 1023ArrayList sectionGroups = new ArrayList(); 1851configSourceUpdates = new ArrayList();
System\Configuration\ProviderSettings.cs (1)
94removeList = new ArrayList();
System\Configuration\SectionUpdates.cs (2)
247ArrayList unretrievedGroups = new ArrayList(); 270ArrayList newsGroups = new ArrayList();
System.Data (51)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\PropertyValueToStandardValuesConverter.cs (1)
115ArrayList filteredStandardValues = new ArrayList();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (1)
917_standardValues = new ArrayList();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1465if (cache.Cache == null) cache.Cache = new ArrayList();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
823this.Context.Items.SetValue(new Selection(new ArrayList()));
fx\src\data\System\Data\CodeGen\datacache.cs (4)
75this.errorList = new ArrayList(); 76this.conflictingTables = new ArrayList(); 435ArrayList parameterColumnList = new ArrayList(); 1065ArrayList schemaBody = new ArrayList();
fx\src\data\System\Data\CodeGen\StrongTypingException.cs (1)
57errorList = new ArrayList();
fx\src\data\System\Data\Common\DBDataPermission.cs (1)
100_keyvalues = new ArrayList();
fx\src\data\System\Data\ConstraintCollection.cs (1)
28private readonly ArrayList list = new ArrayList();
fx\src\data\System\Data\DataColumnCollection.cs (1)
30private readonly ArrayList _list = new ArrayList();
fx\src\data\System\Data\DataRelationCollection.cs (2)
498relations = new ArrayList(); 632relations = new ArrayList();
fx\src\data\System\Data\DataSet.cs (2)
447ArrayList relationList = new ArrayList(); 463ArrayList list = new ArrayList();
fx\src\data\System\Data\DataTable.cs (6)
485ArrayList constraintList = new ArrayList(); 497ArrayList list = new ArrayList(); 523ArrayList list = new ArrayList(); 668ArrayList storeList = new ArrayList(); 669ArrayList nullbitList = new ArrayList(); 820ArrayList list = new ArrayList();
fx\src\data\System\Data\DataTableCollection.cs (1)
32private readonly ArrayList _list = new ArrayList();
fx\src\data\System\Data\Odbc\OdbcErrorCollection.cs (1)
17private ArrayList _items = new ArrayList();
fx\src\data\System\Data\OleDb\OleDbErrorCollection.cs (1)
21ArrayList items = new ArrayList();
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (2)
78this._rowset = new ArrayList(); 114_results = new ArrayList();
fx\src\data\System\Data\SqlClient\SqlErrorCollection.cs (1)
20private ArrayList errors = new ArrayList();
fx\src\data\System\Data\XDRSchema.cs (1)
539ArrayList tableChildren = new ArrayList();
fx\src\data\System\Data\XMLDiffLoader.cs (1)
57tables = new ArrayList();
fx\src\data\System\Data\xmlsaver.cs (9)
40ArrayList _tables = new ArrayList(); 41ArrayList _relations = new ArrayList(); 435ArrayList topTables = new ArrayList(); 468ConstraintNames = new ArrayList(); 803ConstraintNames = new ArrayList(); 1968ArrayList _tables = new ArrayList(); 2317ArrayList _dTables = new ArrayList(); 2364ArrayList topTables = new ArrayList(); 2526ArrayList list = new ArrayList();
fx\src\data\System\Data\XMLSchema.cs (6)
157ArrayList schemaList = new ArrayList(); 567RefTables = new ArrayList(); 568ColumnExpressions = new ArrayList(); 569complexTypes = new ArrayList(); 1014ArrayList keyColumns = new ArrayList(); 1337ArrayList tableChildren = new ArrayList();
fx\src\data\System\Data\XmlToDatasetMap.cs (1)
387ArrayList tableList = new ArrayList();
fx\src\data\System\NewXml\XmlDataDocument.cs (5)
63ArrayList al = new ArrayList(); 707ArrayList list = new ArrayList(); 2337this.columnChangeList = new ArrayList(); 2394ArrayList rowElemList = new ArrayList(); 2433ArrayList rowElemList = new ArrayList();
System.Data.Services (1)
System\Data\Services\Serializers\JsonReader.cs (1)
206ArrayList array = new ArrayList();
System.Data.SqlXml (23)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
326this.callersInfo = new ArrayList(); 720private ArrayList dupAttrs = new ArrayList();
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (1)
29this.wildcards = new ArrayList();
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
890docIndexes = new ArrayList();
System\Xml\Xsl\XsltOld\Compiler.cs (2)
671ArrayList scriptFiles = new ArrayList(); 948ArrayList list = new ArrayList();
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
717this.containedActions = new ArrayList();
System\Xml\Xsl\XsltOld\CopyCodeAction.cs (1)
23this.copyEvents = new ArrayList();
System\Xml\Xsl\XsltOld\DbgCompiler.cs (2)
56private ArrayList globalVars = new ArrayList(); 57private ArrayList localVars = new ArrayList();
System\Xml\Xsl\XsltOld\Processor.cs (2)
192this.sortArray = new ArrayList(); 272this.numberList = new ArrayList();
System\Xml\Xsl\XsltOld\RecordBuilder.cs (2)
32private ArrayList attributeList = new ArrayList(); 34private ArrayList namespaceList = new ArrayList();
System\Xml\Xsl\XsltOld\RootAction.cs (2)
40this.keyNodes = new ArrayList(); 141dstAttSet.containedActions = new ArrayList();
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
349this.outputCache = new ArrayList();
System\Xml\Xsl\XsltOld\Stylesheet.cs (2)
17private ArrayList imports = new ArrayList(); 73this.whitespaceList = new ArrayList();
System\Xml\Xsl\XsltOld\Templatemanager.cs (1)
62this.templates = new ArrayList();
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (3)
231ArrayList list = new ArrayList(); 275list = new ArrayList(); 761resultCollection = new ArrayList();
System.Drawing (5)
commonui\System\Drawing\Advanced\ImageFormatConverter.cs (1)
139ArrayList list = new ArrayList();
commonui\System\Drawing\ColorConverter.cs (1)
365ArrayList arrayValues = new ArrayList();
commonui\System\Drawing\Design\ToolboxItem.cs (2)
367ArrayList comps = new ArrayList(); 766ArrayList array = new ArrayList();
commonui\System\Drawing\Printing\PreviewPrintController.cs (1)
29private IList list = new ArrayList(); // list of PreviewPageInfo
System.Management (5)
Instrumentation\Attributes.cs (1)
149ArrayList types = new ArrayList();
Instrumentation\CodeSpit.cs (1)
14ArrayList children = new ArrayList();
Instrumentation\EventSource.cs (1)
89static ArrayList eventSources = new ArrayList();
managementobjectcollection.cs (1)
227ArrayList arrList = new ArrayList ();
methodset.cs (1)
248methodNames = new ArrayList();
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
1705ArrayList messageQueuesList = new ArrayList(); 1869ArrayList messageList = new ArrayList();
System.Runtime.Remoting (46)
channels\http\combinedhttpchannel.cs (2)
375ArrayList keys = new ArrayList(); 397ArrayList values = new ArrayList();
channels\http\httpserverchannel.cs (1)
526return new ArrayList();
metadata\metadata.cs (1)
257ArrayList arrayList = new ArrayList();
metadata\wsdlparser.cs (18)
64_URTNamespaces = new ArrayList(); 3600inherit = new ArrayList(); 4149protected ArrayList _params = new ArrayList(); 4150protected ArrayList _paramPosition = new ArrayList(); 4493ArrayList types = new ArrayList(); 4672_baseIFaces = new ArrayList(); 4673_baseIFaceNames = new ArrayList(); 4674_extendsInterface = new ArrayList(); 4675_methods = new ArrayList(); 5267_facets = new ArrayList(); 5506_fields = new ArrayList(); 5507_methods = new ArrayList(); 5508_implIFaces = new ArrayList(); 5509_implIFaceNames = new ArrayList(); 6538_elmDecls = new ArrayList(); 6539_URTComplexTypes = new ArrayList(); 6541_URTSimpleTypes = new ArrayList(); 6543_URTInterfaces = new ArrayList();
metadata\wsdlwriter.cs (24)
45_namespaces = new ArrayList(); 69_namespaces = new ArrayList(); 110_namespaces = new ArrayList(); 954internal ArrayList _abstractElms = new ArrayList(); 1060_abstractElms = new ArrayList(); 1166private ArrayList _abstractElms = new ArrayList(); 1180_particles = new ArrayList(); 1181_abstractElms = new ArrayList(); 1192_particles = new ArrayList(); 1193_abstractElms = new ArrayList(); 1210_particles = new ArrayList(); 1211_abstractElms = new ArrayList(); 2346ArrayList ifaceA = new ArrayList(); 2370ArrayList inherit = new ArrayList(); 2459ArrayList additionalInfos = new ArrayList(); 2606_dependsOnSchemaNS = new ArrayList(); 2607_realSUDSTypes = new ArrayList(); 2608_dependsOnSUDSNS = new ArrayList(); 2609_realSchemaTypes = new ArrayList(); 2610_phonySchemaTypes = new ArrayList(); 2611_simpleSchemaTypes = new ArrayList(); 2612_arraySchemaTypes = new ArrayList(); 2613_xnsImports = new ArrayList(); 2988((RealSchemaType) _realSchemaTypes[0]).PrintMessageWsdl(textWriter, sb, indent, new ArrayList());
System.Runtime.Serialization (2)
System\Runtime\Serialization\CodeGenerator.cs (1)
231this.argList = new ArrayList();
System\Xml\XmlBufferReader.cs (1)
1410ArrayList list = new ArrayList();
System.Security (23)
system\security\cryptography\cryptographicattribute.cs (2)
84m_list = new ArrayList(); 103m_list = new ArrayList();
system\security\cryptography\pkcs\pkcs7recipient.cs (1)
81m_recipients = new ArrayList();
system\security\cryptography\pkcs\recipientinfo.cs (2)
378m_recipientInfos = new ArrayList(); 414m_recipientInfos = new ArrayList();
system\security\cryptography\xml\c14nutil.cs (2)
583m_nodeArray = new ArrayList(); 724internal ArrayList m_ancestorStack = new ArrayList();
system\security\cryptography\xml\encryptedkey.cs (1)
223m_references = new ArrayList();
system\security\cryptography\xml\encryptedtype.cs (1)
281m_props = new ArrayList();
system\security\cryptography\xml\keyinfo.cs (8)
35m_KeyInfoClauses = new ArrayList(); 131ArrayList requestedList = new ArrayList(); 582m_certificates = new ArrayList(); 594m_subjectKeyIds = new ArrayList(); 601m_subjectKeyIds = new ArrayList(); 611m_subjectNames = new ArrayList(); 623m_issuerSerials = new ArrayList(); 630m_issuerSerials = new ArrayList();
system\security\cryptography\xml\signature.cs (1)
42m_embeddedObjects = new ArrayList();
system\security\cryptography\xml\signedinfo.cs (1)
40m_references = new ArrayList();
system\security\cryptography\xml\signedxml.cs (1)
856ArrayList sortedReferences = new ArrayList();
system\security\cryptography\xml\transform.cs (2)
46m_transforms = new ArrayList(); 1122m_arrayListUri = new ArrayList();
system\security\cryptography\xml\utils.cs (1)
856ArrayList decryptionIssuerSerials = (certUsageType == CertUsageType.Decryption ? new ArrayList() : null);
System.ServiceModel (9)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
1419ArrayList callbacks = new ArrayList();
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
1771ArrayList clouds = new ArrayList();
System\ServiceModel\Description\MessageContractImporter.cs (1)
2012ArrayList parts = new ArrayList();
System\ServiceModel\Dispatcher\CodeGenerator.cs (1)
148this.argList = new ArrayList();
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (3)
280elementList = new ArrayList(); 312multipleHeaderValues[headerDescription.Index] = new KeyValuePair<System.Type, System.Collections.ArrayList>(headerDescription.TypedHeader ? TypedHeaderManager.GetMessageHeaderType(headerDescription.Type) : headerDescription.Type, new ArrayList()); 431ArrayList items = new ArrayList();
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
161unknownHeaders = new ArrayList();
System\ServiceModel\Security\TimeBoundedCache.cs (1)
393ArrayList expiredItems = new ArrayList();
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\DataContractJsonSerializerOperationFormatter.cs (1)
452ArrayList items = new ArrayList();
System.Transactions (4)
System\Transactions\Oletx\OletxResourceManager.cs (2)
70this.reenlistList = new ArrayList(); 71this.reenlistPendingList = new ArrayList();
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
75this.enlistmentList = new ArrayList(); 619this.enlistmentList = new ArrayList();
System.Web (209)
Cache\CacheDependency.cs (2)
984_dependencies = new ArrayList(); 1145fileNames = new ArrayList();
Cache\OutputCache.cs (1)
274buffers = new ArrayList();
Cache\SqlCacheDependency.cs (1)
1685ArrayList tablesObj = new ArrayList();
Compilation\BaseTemplateBuildProvider.cs (1)
202ArrayList collection = new ArrayList();
Compilation\BaseTemplateCodeDomTreeGenerator.cs (1)
1113ArrayList list = new ArrayList();
Compilation\BrowserCapabilitiesCompiler.cs (3)
118ArrayList browserFileList = new ArrayList(); 119ArrayList browserFileDependenciesList = new ArrayList(); 266ArrayList customTreeRoots = new ArrayList();
Compilation\BuildManager.cs (1)
1021_codeAssemblies = new ArrayList();
Compilation\BuildManagerHost.cs (1)
660ArrayList clonedPaths = new ArrayList();
Compilation\BuildProvidersCompiler.cs (3)
182languageFreeBuildProviders = new ArrayList(); 549_nonDependentBuckets[level] = new ArrayList(); 661languageFreeBuildProviders = new ArrayList();
Compilation\BuildResultCache.cs (2)
107dependentList = new ArrayList(); 789_satelliteDirectories = new ArrayList();
Compilation\IImplicitResourceProvider.cs (1)
160controlResources = new ArrayList();
Compilation\PageThemeBuildProvider.cs (1)
47_cssFileList = new ArrayList();
Compilation\PageThemeCodeDomTreeGenerator.cs (1)
25private ArrayList _controlSkinBuilderEntryList = new ArrayList();
Compilation\PreservationFileReader.cs (1)
201ArrayList dependencies = new ArrayList();
Configuration\BrowserCapabilitiesCodeGenerator.cs (10)
159_browserFileList = new ArrayList(); 166_customBrowserFileLists = new ArrayList(); 408_customTreeNames = new ArrayList(); 411_browserFileList = new ArrayList(); 519_customTreeList = new ArrayList(); 520_customBrowserFileLists = new ArrayList(); 521_customBrowserDefinitionCollections = new ArrayList(); 555customBrowserFileNames = new ArrayList(); 646ArrayList fileList = new ArrayList(); 677ArrayList customTreeRoots = new ArrayList();
Configuration\BrowserDefinition.cs (4)
108_idHeaderChecks = new ArrayList(); 109_idCapabilityChecks = new ArrayList(); 110_captureHeaderChecks = new ArrayList(); 111_captureCapabilityChecks = new ArrayList();
Configuration\CapabilitiesPattern.cs (2)
49ArrayList strings = new ArrayList(); 50ArrayList rules = new ArrayList();
Configuration\CapabilitiesState.cs (4)
37_matchlist = new ArrayList(); 38_regexlist = new ArrayList(); 52_regexlist = new ArrayList(); 53_matchlist = new ArrayList();
Configuration\HealthMonitoringSectionHelper.cs (3)
88_ruleInfos = new ArrayList(); 381ArrayList matchedRules = new ArrayList(); 586ArrayList list = new ArrayList();
Configuration\HttpCapabilitiesBase.cs (1)
416ArrayList versionList = new ArrayList();
Configuration\HttpCapabilitiesSectionHandler.cs (3)
35internal ArrayList RuleList = new ArrayList(); 36internal ArrayList FileList = new ArrayList(); 173ArrayList result = new ArrayList();
Configuration\MetabaseServerConfig.cs (1)
421ArrayList list = new ArrayList();
Configuration\PagesSection.cs (1)
740entries = new ArrayList();
Configuration\RemoteWebConfigurationHostServer.cs (1)
173ArrayList filePaths = new ArrayList();
ErrorFormatter.cs (1)
838protected ArrayList _exStack = new ArrayList();
FileChangesMonitor.cs (2)
1019targets = new ArrayList(); 1935_dirMonSpecialDirs = new ArrayList();
Hosting\ApplicationManager.cs (2)
550ArrayList appList = new ArrayList(); 576ArrayList appList = new ArrayList();
Hosting\HostingEnvironment.cs (1)
517ArrayList list = new ArrayList();
Hosting\IIS7WorkerRequest.cs (3)
1248ArrayList headers = new ArrayList(); 1322_cachedResponseBodyBytes = new ArrayList(); 1760ArrayList buffers = new ArrayList();
Hosting\ISAPIWorkerRequest.cs (2)
723ArrayList headers = new ArrayList(); 853_cachedResponseBodyBytes = new ArrayList();
Hosting\ProcessHost.cs (1)
780ArrayList protocolList = new ArrayList();
HttpApplication.cs (7)
1349_handlerRecycleList = new ArrayList(); 1416_handlerRecycleList = new ArrayList(); 2956_beginHandlers = new ArrayList(); 2957_endHandlers = new ArrayList(); 2958_stateObjects = new ArrayList(); 3357_application._handlerRecycleList = new ArrayList(); 3816ArrayList steps = new ArrayList();
HttpApplicationFactory.cs (1)
298ArrayList handlers = new ArrayList();
HttpCachePolicy.cs (3)
639_validationCallbackInfo = new ArrayList(); 1200return new ArrayList(); 1779_validationCallbackInfo = new ArrayList();
HttpContext.cs (1)
1203_errors = new ArrayList();
HttpRequest.cs (1)
315ArrayList values = new ArrayList();
HttpResponse.cs (5)
213_customHeaders = new ArrayList(); 226ArrayList headers = new ArrayList(); 386ArrayList headers = new ArrayList(); 2051_cacheHeaders = new ArrayList(); 3449ArrayList cacheHeaders = new ArrayList();
HttpWriter.cs (6)
820_buffers = new ArrayList(); 837_substElements = new ArrayList(); 1265_buffers = new ArrayList(); 1351ArrayList buffers = new ArrayList(); 1442_buffers = new ArrayList(); 1498_buffers = new ArrayList();
Management\SqlServices.cs (2)
186ArrayList tables = new ArrayList(); 272ArrayList results = new ArrayList();
MultipartContentParser.cs (1)
77private ArrayList _elements = new ArrayList();
Profile\ProfileInfo.cs (1)
77_ArrayList = new ArrayList();
Security\ADMembershipProvider.cs (2)
4197ArrayList possibleSuperiorsList = new ArrayList(); 4203ArrayList classesList = new ArrayList();
StringResourceManager.cs (1)
95_literalStrings = new ArrayList();
UI\ClientScriptManager.cs (4)
654_registeredArrayDeclares[arrayName] = new ArrayList(); 976scriptList = new ArrayList(); 1370_validEventReferences = new ArrayList(); 1374_validEventReferences = new ArrayList();
UI\ControlBuilder.cs (6)
166_eventEntries = new ArrayList(); 186_simplePropertyEntries = new ArrayList(); 206_complexPropertyEntries = new ArrayList(); 226_templatePropertyEntries = new ArrayList(); 246_boundPropertyEntries = new ArrayList(); 616_subBuilders = new ArrayList();
UI\ControlIdConverter.cs (1)
47ArrayList array = new ArrayList();
UI\ControlPropertyNameConverter.cs (1)
28ArrayList array = new ArrayList();
UI\DesignTimeTemplateParser.cs (1)
66ArrayList parsedControls = new ArrayList();
UI\HtmlControls\HtmlHead.cs (2)
320_selectorStyles = new ArrayList(); 350_styles = new ArrayList();
UI\HtmlForm.cs (1)
364ArrayList invalidAttributes = new ArrayList();
UI\LegacyPageAsyncTaskManager.cs (1)
35_tasks = new ArrayList();
UI\MasterPage.cs (1)
94_contentPlaceHolders = new ArrayList();
UI\ObjectPersistData.cs (5)
42_collectionItems = new ArrayList(); 45_allPropertyEntries = new ArrayList(); 46_eventEntries = new ArrayList(); 151properties = new ArrayList(); 205return new ArrayList();
UI\ObjectStateFormatter.cs (1)
724_typeList = new ArrayList();
UI\Page.cs (11)
105_contentBuilderEntries = new ArrayList(); 831_enabledControls = new ArrayList(); 2683ArrayList appliedMasterPages = new ArrayList(); 2999_registeredControlsThatRequirePostBack = new ArrayList(); 3043_changedPostDataConsumers = new ArrayList(); 3119leftOverControlsRequiringPostBack = new ArrayList(); 3138_changedPostDataConsumers = new ArrayList(); 3223leftOverControlsRequiringPostBack = new ArrayList(); 5795_beginHandlers = new ArrayList(); 5796_endHandlers = new ArrayList(); 5797_stateObjects = new ArrayList();
UI\PageAdapter.cs (1)
139group = new ArrayList();
UI\ParsedAttributeCollection.cs (1)
110ArrayList removeList = new ArrayList();
UI\PartialCachingControl.cs (4)
185_registeredCallDataForEventValidation = new ArrayList(); 330_registeredStyleInfo = new ArrayList(); 605_cacheEntry.RegisteredClientCalls = new ArrayList(); 627_cacheEntry.RegisteredClientCalls = new ArrayList();
UI\SkinBuilder.cs (1)
267return new ArrayList();
UI\StateBag.cs (1)
326data = new ArrayList();
UI\StateManagedCollection.cs (6)
43_collectionItems = new ArrayList(); 400typedObjectTypeNames = new ArrayList(); 449ArrayList indices = new ArrayList(); 450ArrayList states = new ArrayList(); 451ArrayList typeIndices = new ArrayList(); 485typedObjectTypeNames = new ArrayList();
UI\TagNameToTypeMapper.cs (1)
162_mappers = new ArrayList();
UI\TemplateParser.cs (3)
564_scriptList = new ArrayList(); 1414_pageObjectList = new ArrayList(); 1830_implementedInterfaces = new ArrayList();
UI\TraceContext.cs (1)
78_traceRecords = new ArrayList();
UI\Util.cs (1)
1550ArrayList list = new ArrayList();
UI\ValidatorCollection.cs (1)
28data = new ArrayList();
UI\WebControls\AdRotator.cs (4)
342ArrayList generatedFields = new ArrayList(); 421ArrayList adDicts = new ArrayList(); 532ArrayList adDicts = new ArrayList(); 597ArrayList adDicts = new ArrayList();
UI\WebControls\BaseDataList.cs (1)
157o = new ArrayList();
UI\WebControls\Calendar.cs (1)
435dateList = new ArrayList();
UI\WebControls\DataGrid.cs (6)
297columns = new ArrayList(); 415itemsArray = new ArrayList(); 869ArrayList generatedColumns = new ArrayList(); 980ArrayList columnsArray = new ArrayList(); 1033itemsArray = new ArrayList(); 1462autoGenColumnsArray = new ArrayList();
UI\WebControls\DataList.cs (2)
355itemsArray = new ArrayList(); 852itemsArray = new ArrayList();
UI\WebControls\DetailsView.cs (5)
1200_rowsArray = new ArrayList(); 1593_rowsArray = new ArrayList(); 1742ArrayList rowsArray = new ArrayList(); 1750ArrayList rowsArray = new ArrayList(); 1820ArrayList fieldsArray = new ArrayList();
UI\WebControls\GridView.cs (4)
552_dataKeysArrayList = new ArrayList(); 561_clientIDRowSuffixArrayList = new ArrayList(); 1163_rowsArray = new ArrayList(); 2345ArrayList fieldsArray = new ArrayList();
UI\WebControls\ListItemCollection.cs (2)
33listItems = new ArrayList(); 359listItems = new ArrayList();
UI\WebControls\Repeater.cs (2)
594itemsArray = new ArrayList(); 612itemsArray = new ArrayList();
UI\WebControls\TreeNode.cs (1)
1250ArrayList anchorAttributes = new ArrayList();
UI\WebControls\TreeView.cs (1)
275_checkedChangedNodes = new ArrayList();
UI\WebControls\Wizard.cs (1)
1538ArrayList list = new ArrayList();
UI\WebParts\BlobPersonalizationState.cs (2)
1019ArrayList infoList = new ArrayList(); 1030ArrayList items = new ArrayList();
UI\WebParts\CatalogZoneBase.cs (1)
327ArrayList selectedWebParts = new ArrayList();
UI\WebParts\ConnectionsZone.cs (1)
116_availableTransformers = new ArrayList();
UI\WebParts\DeclarativeCatalogPart.cs (1)
123ArrayList descriptions = new ArrayList();
UI\WebParts\PageCatalogPart.cs (2)
73ArrayList descriptions = new ArrayList(); 94ArrayList closedWebParts = new ArrayList();
UI\WebParts\PersonalizationProvider.cs (1)
47ArrayList list = new ArrayList();
UI\WebParts\PersonalizationStateInfoCollection.cs (2)
30_values = new ArrayList(); 139ArrayList al = new ArrayList();
UI\WebParts\PropertyGridEditorPart.cs (1)
67_editorControls = new ArrayList();
UI\WebParts\RowToParametersTransformer.cs (2)
329ArrayList providerFieldNames = new ArrayList(); 330ArrayList consumerFieldNames = new ArrayList();
UI\WebParts\ToolZone.cs (1)
355ArrayList visibleVerbs = new ArrayList();
UI\WebParts\WebPartManager.cs (11)
1489ArrayList connectionsToActivate = new ArrayList(); 1509ArrayList connectionsToDelete = new ArrayList(); 1534ArrayList connectionsToDelete = new ArrayList(); 1555ArrayList finalConnectionsToActivate = new ArrayList(); 1769ArrayList consumerConnectionPoints = new ArrayList(); 1770ArrayList providerConnectionPoints = new ArrayList(); 1905parts = new ArrayList(); 2396ArrayList enabledPoints = new ArrayList(); 4046ArrayList dynamicWebParts = new ArrayList(); 4117ArrayList deletedConnections = new ArrayList(); 4154ArrayList dynamicConnections = new ArrayList();
UI\XPathBinder.cs (1)
105ArrayList results = new ArrayList();
Util\AspCompat.cs (1)
218_staComponents = new ArrayList();
Util\SmtpMail.cs (1)
632ArrayList _attachments = new ArrayList();
Util\UrlPath.cs (1)
264ArrayList list = new ArrayList();
XmlSiteMapProvider.cs (1)
751ArrayList roleList = new ArrayList();
System.Web.ApplicationServices (2)
Security\MembershipUserCollection.cs (2)
23_Values = new ArrayList(); 56ArrayList al = new ArrayList();
System.Web.DataVisualization (78)
Common\ChartTypes\BoxPlotChart.cs (1)
1744 ArrayList unusualValuesList = new ArrayList();
Common\ChartTypes\FunnelChart.cs (2)
1359 ArrayList list = new ArrayList(); 1608 ArrayList list = new ArrayList();
Common\ChartTypes\PieChart.cs (1)
137 private ArrayList _labelsRectangles = new ArrayList();
Common\ChartTypes\PointChart.cs (1)
1261 this.label3DInfoList = new ArrayList();
Common\ChartTypes\StackedBarChart.cs (1)
588 this.stackGroupNames = new ArrayList();
Common\ChartTypes\StackedColumnChart.cs (2)
595 this.stackGroupNames = new ArrayList(); 1040 ArrayList list = new ArrayList();
Common\ChartTypes\ThreeLineBreakChart.cs (1)
332 ArrayList highLowHistory = new ArrayList();
Common\Converters\AxesArrayConverter.cs (1)
86return (new CollectionConverter()).ConvertToString(new ArrayList());
Common\Converters\AxisConverters.cs (4)
261 ArrayList values = new ArrayList(); 475 ArrayList values = new ArrayList(); 560 ArrayList values = new ArrayList(); 611 ArrayList values = new ArrayList();
Common\Converters\CustomAttributesConverters.cs (2)
407 ArrayList propList = new ArrayList(); 467ArrayList result = new ArrayList();
Common\Converters\DataManagerConverters.cs (7)
101 ArrayList values = new ArrayList(); 152 ArrayList values = new ArrayList(); 211 ArrayList values = new ArrayList(); 280 ArrayList values = new ArrayList(); 333 ArrayList values = new ArrayList(); 402 ArrayList values = new ArrayList(); 690 ArrayList values = new ArrayList();
Common\Converters\LegendConverters.cs (3)
79 ArrayList values = new ArrayList(); 253 ArrayList values = new ArrayList(); 452 ArrayList values = new ArrayList();
Common\Formulas\FormulaRegistry.cs (1)
49 private ArrayList _modulesNames = new ArrayList();
Common\General\Axis.cs (4)
4069 ArrayList removedLabels = new ArrayList(); 4070 ArrayList removedLabelsIndexes = new ArrayList(); 4110 ArrayList labelPositions = new ArrayList(); 4273 ArrayList lastFitLabels = new ArrayList();
Common\General\AxisLabels.cs (1)
192ArrayList dataSeries = new ArrayList();
Common\General\AxisScale.cs (1)
150 private ArrayList _stripLineOffsets = new ArrayList();
Common\General\AxisScaleBreaks.cs (2)
495 ArrayList seriesList = new ArrayList(); 794 ArrayList emptySequences = new ArrayList();
Common\General\AxisScrollZoom.cs (2)
1491 ArrayList values = new ArrayList(); 1577 ArrayList values = new ArrayList();
Common\General\Chart.cs (11)
433 ArrayList names = new ArrayList(); 713 seriesList = new ArrayList(); 943 ArrayList chartAreaSeriesPrimary = new ArrayList(); 944 ArrayList chartAreaSeriesSecondary = new ArrayList(); 991 ArrayList axisLabels = new ArrayList(); 994 ArrayList seriesAxisLabels = new ArrayList(); 1119 ArrayList seriesList = new ArrayList(); 1120 ArrayList groupByValueList = new ArrayList(); 1337 ArrayList sortedSeriesList = new ArrayList(); 1402ArrayList seriesList = new ArrayList(); 3021 ArrayList areaList = new ArrayList();
Common\General\ChartArea.cs (4)
2894 _circularAxisList = new ArrayList(); 2965ArrayList resultList = new ArrayList(); 2975ArrayList processedChartType = new ArrayList(); 2976ArrayList splitChartType = new ArrayList();
Common\General\ChartArea3D.cs (5)
976 ArrayList stackGroupNames = new ArrayList(); 1066 ArrayList processedChartTypes = new ArrayList(); 1067 ArrayList processedStackedGroups = new ArrayList(); 1669 this._stackGroupNames = new ArrayList(); 1738 ArrayList pointsList = new ArrayList();
Common\General\ChartAreaAxes.cs (4)
73 internal ArrayList chartTypes = new ArrayList(); 1247ArrayList list = new ArrayList(); 1254 ArrayList result = new ArrayList(); 1792 seriesXValues[seriesIndex] = new ArrayList();
Common\General\Selection.cs (7)
436 private System.Collections.ArrayList _regionList = new ArrayList(); 2630ArrayList result = new ArrayList(); 2749ArrayList list = new ArrayList(); 2980ArrayList list = new ArrayList(); 3029ArrayList list = new ArrayList(); 3130ArrayList list = new ArrayList(); 3196ArrayList list = new ArrayList();
Common\General\SmartLabels.cs (3)
613 smartLabelsPositions = new ArrayList(); 1357 this.smartLabelsPositions = new ArrayList(); 1389 this.smartLabelsPositions = new ArrayList();
Common\Utilities\CustomAttributesRegistry.cs (1)
393 internal ArrayList registeredCustomProperties = new ArrayList();
Common\Utilities\KeywordsRegistry.cs (1)
116 internal ArrayList registeredKeywords = new ArrayList();
Common\Utilities\XmlSerializer.cs (3)
1187 serializableContentList = new ArrayList(); 1204 nonSerializableContentList = new ArrayList(); 2365 ArrayList propNamesList = new ArrayList();
WebForm\ChartWebControl.cs (2)
2969 ArrayList seriesList = new ArrayList(); 2988 ArrayList seriesList = new ArrayList();
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
1008_originalProperties[propertyName] = new ArrayList();
System.Web.Extensions (7)
ClientServices\Providers\ClientRoleProvider.cs (1)
341ArrayList al = new ArrayList();
ClientServices\Providers\ClientSettingsProvider.cs (2)
404al = new ArrayList(); 427al = new ArrayList();
Script\Serialization\JavaScriptObjectDeserializer.cs (1)
84IList list = new ArrayList();
Script\Serialization\ObjectConverter.cs (1)
433ArrayList newList = new ArrayList();
UI\WebControls\ListView.cs (2)
278_dataKeysArrayList = new ArrayList(); 287_clientIDRowSuffixArrayList = new ArrayList();
System.Web.Mobile (46)
Mobile\UrlPath.cs (1)
169ArrayList list = new ArrayList();
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (5)
379arr = new ArrayList(); 474arr = new ArrayList(); 507arr = new ArrayList(); 531arr = new ArrayList(); 681ArrayList arr = new ArrayList();
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (1)
78ArrayList arr = new ArrayList();
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (1)
48private ArrayList _cards = new ArrayList();
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (5)
361arr = new ArrayList(); 456arr = new ArrayList(); 489arr = new ArrayList(); 513arr = new ArrayList(); 658ArrayList arr = new ArrayList();
UI\MobileControls\Adapters\WmlPageAdapter.cs (1)
366_renderableForms = new ArrayList();
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (1)
78ArrayList arr = new ArrayList();
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (5)
329arr = new ArrayList(); 418arr = new ArrayList(); 450arr = new ArrayList(); 473arr = new ArrayList(); 608ArrayList arr = new ArrayList();
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
66ArrayList arr = new ArrayList();
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (2)
52private ArrayList _orderedStyleClassKeys = new ArrayList (); 62private ArrayList _wmlOnEnterForwardVarNames = new ArrayList();
UI\MobileControls\ArrayListCollectionBase.cs (1)
40_items = new ArrayList ();
UI\MobileControls\CompileLiteralTextParser.cs (1)
91_tagInnerTextElements = new ArrayList();
UI\MobileControls\Design\Converters\ChoiceConverter.cs (1)
89ArrayList returnArray = new ArrayList();
UI\MobileControls\Design\Converters\DataFieldConverter.cs (1)
101ArrayList list = new ArrayList();
UI\MobileControls\Design\Converters\FormConverter.cs (1)
53ArrayList controlList = new ArrayList();
UI\MobileControls\Design\Converters\StyleConverter.cs (1)
37ArrayList _styleArray = new ArrayList();
UI\MobileControls\Design\Converters\StyleReferenceConverter.cs (1)
89ArrayList styleArray = new ArrayList();
UI\MobileControls\Design\Converters\ValidatedMobileControlConverter.cs (1)
86ArrayList controlArray = new ArrayList();
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
432ArrayList filtersInErrorList = new ArrayList();
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1203_cachedComboBox = new ArrayList();
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
671_cycledStyles = new ArrayList(); 1127ArrayList persistedStyles = new ArrayList();
UI\MobileControls\Design\Util\UnsettableComboBox.cs (1)
128ArrayList items = new ArrayList();
UI\MobileControls\Design\Util\WebConfigManager.cs (1)
120ArrayList DeviceFilterList = new ArrayList();
UI\MobileControls\ObjectList.cs (2)
497ArrayList tableFieldIndexList = new ArrayList(); 822ArrayList list = new ArrayList();
UI\MobileControls\ObjectListFieldCollection.cs (1)
36internal ObjectListFieldCollection(ObjectList owner) : base(new ArrayList())
UI\MobileControls\SessionViewState.cs (2)
127arr = new ArrayList(); 260arr = new ArrayList();
UI\MobileControls\StyleSheet.cs (1)
48private ArrayList _duplicateStyles = new ArrayList();
UI\MobileControls\TextView.cs (2)
48private ArrayList _elements = new ArrayList(); 149_elements = new ArrayList();
UI\MobileControls\ValidationSummary.cs (1)
178ArrayList errorValidators = new ArrayList();
System.Web.Services (49)
System\Web\Services\Description\HttpProtocolImporter.cs (3)
38ArrayList codeClasses = new ArrayList(); 48importedParameters[i] = new ArrayList(); 49importedReturns[i] = new ArrayList();
System\Web\Services\Description\ProtocolReflector.cs (1)
287reflectedBinding.methodList = new ArrayList();
System\Web\Services\Description\ServiceDescription.cs (3)
1481ArrayList list = new ArrayList(); 1512ArrayList list = new ArrayList(); 1525handledElements = new ArrayList();
System\Web\Services\Description\SoapProtocolImporter.cs (10)
31ArrayList parameters = new ArrayList(); 32ArrayList inParameters = new ArrayList(); 33ArrayList outParameters = new ArrayList(); 39ArrayList requestList = new ArrayList(); 40ArrayList responseList = new ArrayList(); 259ArrayList xmlMembers = new ArrayList(); 260ArrayList soapMembers = new ArrayList(); 263ArrayList propertyNames = new ArrayList(); 264ArrayList propertyValues = new ArrayList(); 268ArrayList codeClasses = new ArrayList();
System\Web\Services\Description\SoapProtocolReflector.cs (1)
21ArrayList mappings = new ArrayList();
System\Web\Services\Discovery\ContractReference.cs (1)
197ArrayList importUrls = new ArrayList();
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (2)
33private ArrayList additionalInformation = new ArrayList(); 131ArrayList specialErrorMessages = new ArrayList();
System\Web\Services\Discovery\DiscoveryDocument.cs (1)
30private ArrayList references = new ArrayList();
System\Web\Services\Discovery\DynamicDiscoSearcher.cs (1)
41filesFound = new ArrayList();
System\Web\Services\Protocols\ClientProtocol.cs (2)
923ArrayList soapMethodList = new ArrayList(); 940ArrayList typeMappings = new ArrayList();
System\Web\Services\Protocols\HttpClientProtocol.cs (1)
80list = new ArrayList();
System\Web\Services\Protocols\LogicalMethodInfo.cs (3)
311ArrayList all = new ArrayList(); 500ArrayList begins = (types & LogicalMethodTypes.Async) != 0 ? new ArrayList() : null; 502ArrayList syncs = (types & LogicalMethodTypes.Sync) != 0 ? new ArrayList() : null;
System\Web\Services\Protocols\PatternMatcher.cs (3)
46ArrayList list = new ArrayList(); 83ArrayList matches = new ArrayList(); 117ArrayList matches = new ArrayList();
System\Web\Services\Protocols\SoapClientProtocol.cs (6)
46ArrayList soapMethodList = new ArrayList(); 47ArrayList mappings = new ArrayList(); 57ArrayList highPri = new ArrayList(); 58ArrayList lowPri = new ArrayList(); 91ArrayList inHeaders = new ArrayList(); 92ArrayList outHeaders = new ArrayList();
System\Web\Services\Protocols\SoapHeader.cs (2)
306ArrayList otherHeaders = new ArrayList(); 397ArrayList list = new ArrayList();
System\Web\Services\Protocols\SoapReflector.cs (2)
447ArrayList inHeaders = new ArrayList(); 448ArrayList outHeaders = new ArrayList();
System\Web\Services\Protocols\SoapServerProtocol.cs (5)
69ArrayList mappings = new ArrayList(); 82ArrayList highPri = new ArrayList(); 83ArrayList lowPri = new ArrayList(); 143ArrayList inHeaders = new ArrayList(); 144ArrayList outHeaders = new ArrayList();
System\Web\Services\Protocols\XmlReturnReader.cs (1)
29ArrayList mappings = new ArrayList();
System\Web\Services\WebMethodAttribute.cs (1)
270ArrayList list = new ArrayList();
System.Windows.Forms (98)
misc\WeakHashtable.cs (1)
107cleanupList = new ArrayList();
parent\parent\parent\public\Internal\NDP\Inc\IsolationInterop.cs (1)
2416private System.Collections.ArrayList _list = new System.Collections.ArrayList();
winforms\Managed\System\WinForms\Application.cs (1)
2704messageFilters = new ArrayList();
winforms\Managed\System\WinForms\AutoCompleteStringCollection.cs (1)
22private ArrayList data = new ArrayList();
winforms\Managed\System\WinForms\AxHost.cs (7)
2869ArrayList retProps = new ArrayList(); 2950removeList = new ArrayList(); 5501l = new ArrayList(); 5522l = new ArrayList(); 5901ArrayList l = new ArrayList(); 5937ArrayList list = new ArrayList(); 6958private ArrayList updateAttrs = new ArrayList();
winforms\Managed\System\WinForms\BindingContext.cs (1)
412cleanupList = new ArrayList();
winforms\Managed\System\WinForms\BindingsCollection.cs (1)
50list = new ArrayList();
winforms\Managed\System\WinForms\BindingSource.cs (2)
120this._innerList = new ArrayList(); 1122ArrayList sorts = new ArrayList();
winforms\Managed\System\WinForms\ComboBox.cs (2)
4056innerList = new ArrayList(); 5840ArrayList nulllist = new ArrayList();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IManagedPerPropertyBrowsingHandler.cs (1)
64ArrayList attrs = new ArrayList();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (2)
227ArrayList attrList = new ArrayList(); 298ArrayList attrList = new ArrayList();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (4)
222ArrayList propList = new ArrayList(); 747ArrayList strs = new ArrayList(); 748ArrayList vars = new ArrayList(); 1160readonly ArrayList attributes = new ArrayList();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
328ArrayList attrs = new ArrayList();
winforms\Managed\System\WinForms\Control.cs (6)
6713ArrayList holders = new ArrayList(); 6800ArrayList windows = new ArrayList(); 6819ArrayList holders = new ArrayList(); 14902ArrayList foundControls = FindInternal(key, searchAllChildren, this, new ArrayList()); 16312adviseList = new ArrayList(); 16869ArrayList mnemonicList = new ArrayList();
winforms\Managed\System\WinForms\CursorConverter.cs (1)
166ArrayList list = new ArrayList();
winforms\Managed\System\WinForms\DataGridColumnCollection.cs (1)
32ArrayList items = new ArrayList();
winforms\Managed\System\WinForms\DataGridParentRows.cs (2)
77private ArrayList parents = new ArrayList(); 79private ArrayList rowHeights = new ArrayList();
winforms\Managed\System\WinForms\DataGridTableCollection.cs (1)
26ArrayList items = new ArrayList();
winforms\Managed\System\WinForms\DataGridView.cs (1)
461this.lstRows = new ArrayList();
winforms\Managed\System\WinForms\DataGridViewCellCollection.cs (1)
29ArrayList items = new ArrayList();
winforms\Managed\System\WinForms\DataGridViewColumnCollection.cs (1)
32private ArrayList items = new ArrayList();
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2799this.items = new ArrayList();
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
1020ArrayList cols = new ArrayList();
winforms\Managed\System\WinForms\DataGridViewSelectedCellCollection.cs (1)
28ArrayList items = new ArrayList();
winforms\Managed\System\WinForms\DataGridViewSelectedColumnCollection.cs (1)
25ArrayList items = new ArrayList();
winforms\Managed\System\WinForms\DataGridViewSelectedRowCollection.cs (1)
28ArrayList items = new ArrayList();
winforms\Managed\System\WinForms\DataObject.cs (4)
481ArrayList distinct = new ArrayList(); 1217internal ArrayList formats = new ArrayList(); 2041ArrayList formats = new ArrayList(); 2246ArrayList formats = new ArrayList();
winforms\Managed\System\WinForms\Design\EventsTab.cs (1)
172list = new ArrayList();
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
624: base() {
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
875ArrayList items = new ArrayList();
winforms\Managed\System\WinForms\FileDialog.cs (2)
364ArrayList extensions = new ArrayList(); 715ArrayList names = new ArrayList();
winforms\Managed\System\WinForms\Form.cs (3)
4203ArrayList zoneList = new ArrayList(); 4257ArrayList loadedAssembliesFromGac = new ArrayList(); 4284ArrayList siteList = new ArrayList();
winforms\Managed\System\WinForms\ImageList.cs (4)
75private IList /* of Original */ originals = new ArrayList(); 579originals = new ArrayList(); 877originals = new ArrayList(); // spoof it into thinking this is the first CreateHandle 1015private ArrayList imageInfoCollection = new ArrayList();
winforms\Managed\System\WinForms\KeysConverter.cs (2)
249ArrayList terms = new ArrayList(); 341ArrayList list = new ArrayList();
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
1928ArrayList _rows = new ArrayList();
winforms\Managed\System\WinForms\ListView.cs (3)
155private ArrayList listItemsArray = new ArrayList(); // elements are ListViewItem's 2297Properties.SetObject(PropDelayedUpdateItems, new ArrayList()); 8591ArrayList foundItems = FindInternal(key, searchAllSubItems, this, new ArrayList());
winforms\Managed\System\WinForms\ListViewGroup.cs (1)
366list = new ArrayList();
winforms\Managed\System\WinForms\ListViewGroupConverter.cs (1)
130ArrayList list = new ArrayList();
winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs (1)
37items = new ArrayList();
winforms\Managed\System\WinForms\MDIClient.cs (1)
42private ArrayList children = new ArrayList();
winforms\Managed\System\WinForms\MdiWindowListItemConverter.cs (1)
27ArrayList list = new ArrayList();
winforms\Managed\System\WinForms\Menu.cs (1)
952ArrayList foundMenuItems = FindInternal(key, searchAllChildren, this, new ArrayList());
winforms\Managed\System\WinForms\MonthCalendar.cs (3)
160private ArrayList arrayOfDates = new ArrayList(); 161private ArrayList annualArrayOfDates = new ArrayList(); // we have to maintain these lists too. 162private ArrayList monthlyArrayOfDates = new ArrayList();
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4394buttonList = new ArrayList();
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (2)
154ArrayList mergedList = new ArrayList(); 276ArrayList mergedEntries = new ArrayList();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
4241return new ArrayList(); 4245expandedItems = new ArrayList();
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (2)
319 bin = new ArrayList(); 331ArrayList propList = new ArrayList();
winforms\Managed\System\WinForms\RelatedCurrencyManager.cs (1)
107string name = GetListName(new ArrayList());
winforms\Managed\System\WinForms\RelatedPropertyManager.cs (1)
43string name = GetListName(new ArrayList());
winforms\Managed\System\WinForms\Screen.cs (1)
490public ArrayList screens = new ArrayList();
winforms\Managed\System\WinForms\SpecialFolderEnumConverter.cs (1)
21ArrayList list = new ArrayList();
winforms\Managed\System\WinForms\StatusBar.cs (1)
51private IList panels = new ArrayList();
winforms\Managed\System\WinForms\TableLayoutStyleCollection.cs (1)
23private ArrayList _innerList = new ArrayList();
winforms\Managed\System\WinForms\TextBoxAutoCompleteSourceConverter.cs (1)
24ArrayList list = new ArrayList();
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
685ArrayList list = new ArrayList();
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (1)
268ArrayList foundItems = FindInternal(key, searchAllChildren, this, new ArrayList());
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1852ArrayList result = new ArrayList();
winforms\Managed\System\WinForms\ToolStripSettings.cs (3)
122ArrayList savedToolStripSettingsObjects = new ArrayList(); 329return FindControls(typeof(ToolStripPanel), true, form.Controls, new ArrayList()); 333return FindControls(typeof(ToolStrip), true, form.Controls, new ArrayList());
winforms\Managed\System\WinForms\TreeNodeCollection.cs (1)
266ArrayList foundNodes = FindInternal(key, searchAllChildren, this, new ArrayList());
winforms\Managed\System\WinForms\TrustManager.cs (1)
981matchingTrusts = new ArrayList();
winforms\Managed\System\WinForms\WebBrowserContainer.cs (1)
52ArrayList list = new ArrayList();
System.Windows.Forms.DataVisualization (78)
Common\ChartTypes\BoxPlotChart.cs (1)
1744 ArrayList unusualValuesList = new ArrayList();
Common\ChartTypes\FunnelChart.cs (2)
1359 ArrayList list = new ArrayList(); 1608 ArrayList list = new ArrayList();
Common\ChartTypes\PieChart.cs (1)
137 private ArrayList _labelsRectangles = new ArrayList();
Common\ChartTypes\PointChart.cs (1)
1261 this.label3DInfoList = new ArrayList();
Common\ChartTypes\StackedBarChart.cs (1)
588 this.stackGroupNames = new ArrayList();
Common\ChartTypes\StackedColumnChart.cs (2)
595 this.stackGroupNames = new ArrayList(); 1040 ArrayList list = new ArrayList();
Common\ChartTypes\ThreeLineBreakChart.cs (1)
332 ArrayList highLowHistory = new ArrayList();
Common\Converters\AxesArrayConverter.cs (1)
86return (new CollectionConverter()).ConvertToString(new ArrayList());
Common\Converters\AxisConverters.cs (4)
261 ArrayList values = new ArrayList(); 475 ArrayList values = new ArrayList(); 560 ArrayList values = new ArrayList(); 611 ArrayList values = new ArrayList();
Common\Converters\CustomAttributesConverters.cs (2)
407 ArrayList propList = new ArrayList(); 467ArrayList result = new ArrayList();
Common\Converters\DataManagerConverters.cs (7)
101 ArrayList values = new ArrayList(); 152 ArrayList values = new ArrayList(); 211 ArrayList values = new ArrayList(); 280 ArrayList values = new ArrayList(); 333 ArrayList values = new ArrayList(); 402 ArrayList values = new ArrayList(); 690 ArrayList values = new ArrayList();
Common\Converters\LegendConverters.cs (3)
79 ArrayList values = new ArrayList(); 253 ArrayList values = new ArrayList(); 452 ArrayList values = new ArrayList();
Common\Formulas\FormulaRegistry.cs (1)
49 private ArrayList _modulesNames = new ArrayList();
Common\General\Axis.cs (4)
4069 ArrayList removedLabels = new ArrayList(); 4070 ArrayList removedLabelsIndexes = new ArrayList(); 4110 ArrayList labelPositions = new ArrayList(); 4273 ArrayList lastFitLabels = new ArrayList();
Common\General\AxisLabels.cs (1)
192ArrayList dataSeries = new ArrayList();
Common\General\AxisScale.cs (1)
150 private ArrayList _stripLineOffsets = new ArrayList();
Common\General\AxisScaleBreaks.cs (2)
495 ArrayList seriesList = new ArrayList(); 794 ArrayList emptySequences = new ArrayList();
Common\General\AxisScrollZoom.cs (2)
1491 ArrayList values = new ArrayList(); 1577 ArrayList values = new ArrayList();
Common\General\Chart.cs (11)
433 ArrayList names = new ArrayList(); 713 seriesList = new ArrayList(); 943 ArrayList chartAreaSeriesPrimary = new ArrayList(); 944 ArrayList chartAreaSeriesSecondary = new ArrayList(); 991 ArrayList axisLabels = new ArrayList(); 994 ArrayList seriesAxisLabels = new ArrayList(); 1119 ArrayList seriesList = new ArrayList(); 1120 ArrayList groupByValueList = new ArrayList(); 1337 ArrayList sortedSeriesList = new ArrayList(); 1402ArrayList seriesList = new ArrayList(); 3021 ArrayList areaList = new ArrayList();
Common\General\ChartArea.cs (4)
2894 _circularAxisList = new ArrayList(); 2965ArrayList resultList = new ArrayList(); 2975ArrayList processedChartType = new ArrayList(); 2976ArrayList splitChartType = new ArrayList();
Common\General\ChartArea3D.cs (5)
976 ArrayList stackGroupNames = new ArrayList(); 1066 ArrayList processedChartTypes = new ArrayList(); 1067 ArrayList processedStackedGroups = new ArrayList(); 1669 this._stackGroupNames = new ArrayList(); 1738 ArrayList pointsList = new ArrayList();
Common\General\ChartAreaAxes.cs (4)
73 internal ArrayList chartTypes = new ArrayList(); 1247ArrayList list = new ArrayList(); 1254 ArrayList result = new ArrayList(); 1792 seriesXValues[seriesIndex] = new ArrayList();
Common\General\Selection.cs (7)
436 private System.Collections.ArrayList _regionList = new ArrayList(); 2630ArrayList result = new ArrayList(); 2749ArrayList list = new ArrayList(); 2980ArrayList list = new ArrayList(); 3029ArrayList list = new ArrayList(); 3130ArrayList list = new ArrayList(); 3196ArrayList list = new ArrayList();
Common\General\SmartLabels.cs (3)
613 smartLabelsPositions = new ArrayList(); 1357 this.smartLabelsPositions = new ArrayList(); 1389 this.smartLabelsPositions = new ArrayList();
Common\Utilities\CustomAttributesRegistry.cs (1)
393 internal ArrayList registeredCustomProperties = new ArrayList();
Common\Utilities\KeywordsRegistry.cs (1)
116 internal ArrayList registeredKeywords = new ArrayList();
Common\Utilities\XmlSerializer.cs (3)
1187 serializableContentList = new ArrayList(); 1204 nonSerializableContentList = new ArrayList(); 2365 ArrayList propNamesList = new ArrayList();
WinForm\ChartWinControl.cs (2)
2844 ArrayList seriesList = new ArrayList(); 2867 ArrayList seriesList = new ArrayList();
System.Workflow.Activities (13)
Common\BasePropertyDescriptor.cs (2)
204ArrayList attributes = new ArrayList(); 464ArrayList attributes = new ArrayList();
Common\CompModHelpers.cs (5)
136childActivities = new ArrayList(); 188ArrayList nestedActivities = new ArrayList(); 210ArrayList identifiers = new ArrayList(); 227ArrayList nestedActivities = new ArrayList(); 853references = new ArrayList();
CorrelationValidator.cs (1)
472ArrayList parameterAttrs = new ArrayList();
Delay.cs (1)
258ArrayList standardValuesCollection = new ArrayList();
EventSinkActivity.cs (1)
467ArrayList paramInfo = new ArrayList();
LocalService\CorrelationTokenTypeConvertor.cs (1)
66ArrayList values = new ArrayList();
Rules\Parser\Parser.cs (1)
980ArrayList rootCompletions = new ArrayList();
WebServiceResponse.cs (1)
190ArrayList outArgs = new ArrayList();
System.Workflow.ComponentModel (74)
AuthoringOM\Activity.cs (3)
723handlers = new ArrayList(); 773handlers = new ArrayList(); 2413ArrayList identifiers = new ArrayList();
AuthoringOM\Behaviors\ExceptionHandlers.cs (1)
163ArrayList previousExceptionTypes = new ArrayList();
AuthoringOM\Behaviors\WorkflowTransactionOptions.cs (1)
121ArrayList standardValuesCollection = new ArrayList();
AuthoringOM\Bind.cs (1)
904ArrayList values = new ArrayList();
AuthoringOM\Compiler\CompileXomlTask.cs (2)
213ArrayList xomlFilesOnly = new ArrayList(); 369ArrayList oFiles = new ArrayList();
AuthoringOM\Compiler\TypeSystem\AttributeInfo.cs (2)
106ArrayList propertyValues = new ArrayList(); 107ArrayList constructorArguments = new ArrayList();
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
450ArrayList members = new ArrayList(); 530ArrayList types = new ArrayList();
AuthoringOM\Compiler\TypeSystem\Helper.cs (2)
210ArrayList attributeList = new ArrayList(); 211ArrayList attributeTypes = new ArrayList();
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (1)
57ArrayList accessorList = new ArrayList();
AuthoringOM\Compiler\Validation\DependencyObjectValidator.cs (1)
25ArrayList allProperties = new ArrayList();
AuthoringOM\Compiler\XomlCompiler.cs (2)
937ArrayList optionsList = new ArrayList(); 999ArrayList userCodeFiles = new ArrayList();
AuthoringOM\Compiler\XomlCompilerHelpers.cs (2)
72ArrayList activities = new ArrayList(); 236ArrayList sourceFilePaths = new ArrayList();
AuthoringOM\ComponentFactoryHelpers.cs (5)
52ArrayList supportsTransactionComponents = new ArrayList(); 53ArrayList supportsCancelHandlerComponents = new ArrayList(); 54ArrayList supportsSynchronizationComponents = new ArrayList(); 55ArrayList supportsCompensationHandlerComponents = new ArrayList(); 82ArrayList customAttributes = new ArrayList();
AuthoringOM\DependencyObject.cs (1)
363eventListeners = new ArrayList();
AuthoringOM\Design\ComponentSerializationService.cs (1)
194ArrayList objects = new ArrayList();
AuthoringOM\Design\CompositeActivityDesigner.cs (1)
484ArrayList allActivities = new ArrayList();
AuthoringOM\Design\DesignerHelpers.cs (1)
1624ArrayList compatibleMethods = new ArrayList();
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
827ArrayList designerThemes = new ArrayList();
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (3)
840ArrayList selectedAssemblies = new ArrayList(); 1085ArrayList arrayRankList = new ArrayList(); 1107ArrayList parameterDataList = new ArrayList();
AuthoringOM\Design\IdentifierCreationService.cs (1)
113ArrayList allActivities = new ArrayList();
AuthoringOM\Design\MessageFilters\DragSelectionMessageFilter.cs (1)
216ArrayList selectableComponents = new ArrayList();
AuthoringOM\Design\PropertyDescriptors.cs (5)
808ArrayList collection = new ArrayList(); 824ArrayList readonlyProperties = new ArrayList(); 841ArrayList readonlyEvents = new ArrayList(); 878ArrayList collection = new ArrayList(); 971ArrayList collection = new ArrayList();
AuthoringOM\Design\ReferenceService.cs (3)
150this.changedComponents = new ArrayList(); 164this.addedComponents = new ArrayList(); 175this.removedComponents = new ArrayList();
AuthoringOM\Design\Themes.cs (1)
3156ArrayList fontNames = new ArrayList();
AuthoringOM\Design\TypeConverters.cs (4)
107ArrayList conditionDeclList = new ArrayList(); 270ArrayList properties = new ArrayList(); 297ArrayList valuesList = new ArrayList(); 299return new StandardValuesCollection(new ArrayList());
AuthoringOM\Design\WinOEToolBoxItem.cs (1)
83ArrayList comps = new ArrayList();
AuthoringOM\Design\WorkflowLayouts.cs (1)
338private ArrayList pageLayoutInfo = new ArrayList();
AuthoringOM\Design\XomlDesignerLoader.cs (4)
247errors = new ArrayList(); 274errors = new ArrayList(); 295ArrayList errors = new ArrayList(); 347ArrayList errors = new ArrayList();
AuthoringOM\ScheduleChanges.cs (1)
137workflowChanges = new ArrayList();
AuthoringOM\Serializer\ActivityMarkupSerializer.cs (1)
216ArrayList activities = new ArrayList();
AuthoringOM\Serializer\CollectionMarkupSerializer.cs (1)
38ArrayList arrayList = new ArrayList();
AuthoringOM\Serializer\CompositeActivityTypeDescriptor.cs (1)
36ArrayList readonlyProperties = new ArrayList();
AuthoringOM\Serializer\DependencyObjectCodeDomSerializer.cs (1)
68ArrayList propertiesSerialized = new ArrayList();
AuthoringOM\Serializer\DependencyStoreSurrogate.cs (2)
22ArrayList properties = new ArrayList(); 23ArrayList values = new ArrayList();
AuthoringOM\Serializer\FormatterServicesNoSerializableCheck.cs (2)
132allMembers = new ArrayList(); 133allNames = new ArrayList();
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (2)
632ArrayList complexProperties = new ArrayList(); 2543ArrayList positionalArgs = new ArrayList();
AuthoringOM\Serializer\XamlInterfaces.cs (1)
244private ArrayList arrayElementList = new ArrayList();
Shared\BasePropertyDescriptor.cs (2)
203ArrayList attributes = new ArrayList(); 463ArrayList attributes = new ArrayList();
Shared\CompModHelpers.cs (5)
134childActivities = new ArrayList(); 186ArrayList nestedActivities = new ArrayList(); 208ArrayList identifiers = new ArrayList(); 225ArrayList nestedActivities = new ArrayList(); 851references = new ArrayList();
Shared\XomlSerializationHelpers.cs (1)
234ArrayList allActivities = new ArrayList();
System.WorkflowServices (4)
System\Workflow\Activities\ChannelTokenTypeConverter.cs (1)
80ArrayList values = new ArrayList();
System\Workflow\Activities\ContextTokenTypeConverter.cs (1)
80ArrayList values = new ArrayList();
System\Workflow\Activities\ContractType.cs (1)
364ArrayList members = new ArrayList();
System\Workflow\Activities\ServiceOperationHelpers.cs (1)
218ArrayList attributeList = new ArrayList();
System.Xml (88)
System\Xml\Core\XsdValidatingReader.cs (1)
152defaultAttributes = new ArrayList();
System\Xml\Dom\DocumentSchemaValidator.cs (1)
372defaultAttributes = new ArrayList();
System\Xml\Dom\XmlDocument.cs (2)
201ArrayList gcElemRefs = new ArrayList(); 221ArrayList elementList = new ArrayList();
System\Xml\Dom\XmlNamedNodeMap.SmallXmlNodeList.cs (4)
57ArrayList temp = new ArrayList(); 72list = new ArrayList(); 110list = new ArrayList(); 116list = new ArrayList();
System\Xml\Schema\Asttree.cs (1)
137this.stack = new ArrayList();
System\Xml\Schema\ConstraintStruct.cs (2)
33this.axisFields = new ArrayList(); // empty fields 89this.KSs = new ArrayList();
System\Xml\Schema\ContentValidator.cs (12)
49particles = new ArrayList(); 126ArrayList match = new ArrayList(); 213ArrayList positions = new ArrayList(); 1320ArrayList transitionTable = new ArrayList(); 1474names = new ArrayList(); 1496ArrayList particles = new ArrayList(); 1604names = new ArrayList(); 1624ArrayList particles = new ArrayList(); 1870names = new ArrayList(); 1894ArrayList particles = new ArrayList(); 1988names = new ArrayList(); 1997ArrayList expectedParticles = new ArrayList();
System\Xml\Schema\DataTypeImplementation.cs (1)
999ArrayList values = new ArrayList();
System\Xml\Schema\FacetChecker.cs (2)
151derivedRestriction.Enumeration = new ArrayList(); 295derivedRestriction.Patterns = new ArrayList();
System\Xml\Schema\Inference\Infer.cs (1)
180this.schemaList = new ArrayList();
System\Xml\Schema\Preprocessor.cs (2)
592redefinedList = new ArrayList(); 729ArrayList includesOfRedefine = new ArrayList();
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
500ArrayList memberTypeDefinitions = new ArrayList();
System\Xml\Schema\SchemaSetCompiler.cs (2)
409newMembers = new ArrayList(); 567ArrayList memberTypeDefinitions = new ArrayList();
System\Xml\Schema\XmlSchema.cs (2)
608importedSchemas = new ArrayList(); 617importedNamespaces = new ArrayList();
System\Xml\Schema\XmlSchemaSet.cs (4)
459ArrayList needToCheckSchemaList = new ArrayList(); 704ArrayList tnsSchemas = new ArrayList(); 1077ArrayList existingSchemas = new ArrayList(); 1253ArrayList removalList = new ArrayList();
System\Xml\Schema\XmlSchemaSubstitutionGroup.cs (1)
14ArrayList membersList = new ArrayList();
System\Xml\Schema\XmlSchemaValidator.cs (2)
863ArrayList attList = new ArrayList(); 2180ArrayList expectedNames = new ArrayList();
System\Xml\Schema\XsdBuilder.cs (1)
672private ArrayList unhandledAttributes = new ArrayList();
System\Xml\Serialization\CodeIdentifiers.cs (1)
57list = new ArrayList();
System\Xml\Serialization\Compilation.cs (1)
279ArrayList list = new ArrayList();
System\Xml\Serialization\ImportContext.cs (4)
135list = new ArrayList(); 189ArrayList list = GetDependencies(o, new ArrayList(), new Hashtable()); 232ArrayList empty = new ArrayList(); 275ArrayList refs = new ArrayList();
System\Xml\Serialization\Models.cs (1)
350ArrayList list = new ArrayList();
System\Xml\Serialization\SchemaObjectWriter.cs (6)
110ArrayList list = new ArrayList(); 180ArrayList attrs = new ArrayList(); 200ArrayList ns = new ArrayList(); 238ArrayList list = new ArrayList(); 491ArrayList list = new ArrayList(); 542ArrayList a = new ArrayList();
System\Xml\Serialization\SoapReflectionImporter.cs (2)
373ArrayList members = new ArrayList(); 539ArrayList constants = new ArrayList();
System\Xml\Serialization\Types.cs (3)
421ArrayList typeMappings = new ArrayList(); 930ArrayList list = new ArrayList(); 951ArrayList list = new ArrayList();
System\Xml\Serialization\XmlReflectionImporter.cs (4)
741ArrayList members = new ArrayList(); 1059ArrayList constants = new ArrayList(); 1329ArrayList elementList = new ArrayList(); 1989ArrayList list = new ArrayList();
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1013ArrayList equivalentElements = new ArrayList();
System\Xml\Serialization\XmlSchemas.cs (1)
252ArrayList removes = new ArrayList();
System\Xml\Serialization\XmlSerializationReader.cs (9)
475ArrayList list = new ArrayList(); 1404targetsWithoutIds = new ArrayList(); 1419if (fixups == null) fixups = new ArrayList(); 1425if (collectionFixups == null) collectionFixups = new ArrayList(); 1772ArrayList xmlNodeList = new ArrayList(); 2358ArrayList membersList = new ArrayList(); 2359ArrayList textOrArrayMembersList = new ArrayList(); 2360ArrayList attributeMembersList = new ArrayList(); 3431ArrayList attributes = new ArrayList();
System\Xml\Serialization\XmlSerializationReaderILGen.cs (4)
449ArrayList membersList = new ArrayList(); 450ArrayList textOrArrayMembersList = new ArrayList(); 451ArrayList attributeMembersList = new ArrayList(); 1846ArrayList attributes = new ArrayList();
System\Xml\Serialization\XmlSerializationWriter.cs (3)
783referencesToWrite = new ArrayList(); 2526ArrayList namedAnys = new ArrayList(); 3234static ArrayList assembliesInConfig = new ArrayList();
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
1535ArrayList namedAnys = new ArrayList();
System\Xml\Serialization\XmlSerializerNamespaces.cs (1)
91ArrayList namespaceList = new ArrayList();
System\Xml\XPath\Internal\Function.cs (1)
71argumentList = new ArrayList();
System\Xml\XPath\Internal\XPathArrayIterator.cs (1)
32this.list = new ArrayList();
System\Xml\XPath\Internal\XPathParser.cs (2)
447ArrayList argList = new ArrayList(); 573ArrayList argList = new ArrayList();
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
227defaultAttributes = new ArrayList();
UIAutomationClient (3)
MS\Internal\Automation\ProxyManager.cs (1)
788l = new ArrayList();
System\Windows\Automation\CacheRequest.cs (2)
110_properties = new ArrayList(); 111_patterns = new ArrayList();
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
109actualParentChain = new ArrayList();
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
200ArrayList rects = new ArrayList();
MS\Internal\AutomationProxies\WindowsTab.cs (1)
405ArrayList list = new ArrayList();
WindowsBase (6)
Base\MS\Internal\AvTrace.cs (1)
286ArrayList arrayList = new ArrayList(); // Holds the combined labels & parameters arrays.
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (1)
469_transformedStreams = new ArrayList();
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (3)
1006return new ArrayList(); 1025return new ArrayList(); 1358ArrayList storageElems = new ArrayList();
Shared\MS\Internal\CopyOnWriteList.cs (1)
201private ArrayList _LiveList = new ArrayList();
WsatUI (3)
MMCUI\WSATPropertySheet.cs (1)
55activeItem = new ArrayList();
MMCUI\WsatSecurityModel.cs (2)
129ArrayList allowed = new ArrayList(); 156System.Collections.ArrayList indexesOfInvalidItems = new System.Collections.ArrayList();