108 references to ArrayList
mscorlib (8)
system\runtime\interopservices\tceadaptergen\tceadaptergenerator.cs (1)
91ArrayList methods = new ArrayList(aMethods);
system\security\policy\codegroup.cs (2)
748ArrayList list1 = new ArrayList(this.m_children); 749ArrayList list2 = new ArrayList(cg.m_children);
system\security\policy\policylevel.cs (1)
332return new ArrayList(m_fullTrustAssemblies);
system\security\securityelement.cs (2)
458element.m_lChildren = this.m_lChildren == null ? null : new ArrayList( this.m_lChildren ); 459element.m_lAttributes = this.m_lAttributes == null ? null : new ArrayList(this.m_lAttributes);
system\security\util\stringexpressionset.cs (2)
90copy.m_list = new ArrayList(this.m_list); 205m_list = new ArrayList(exprArrayList);
PresentationBuildTasks (1)
Framework\System\Windows\Markup\ParserStack.cs (1)
69private ParserStack(ICollection collection) : base(collection)
PresentationFramework (10)
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (1)
520_viewList = new ArrayList(_rawList);
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (1)
256ArrayList names = (ic == null) ? null : new ArrayList(ic);
src\Framework\System\Windows\Controls\DataGrid.cs (1)
2664ArrayList itemsToRemove = new ArrayList(SelectedItems);
src\Framework\System\Windows\Data\BindingListCollectionView.cs (2)
1464_cachedList = new ArrayList(InternalList); 1483_shadowList = new ArrayList(InternalList);
src\Framework\System\Windows\Data\CollectionView.cs (1)
1845_changeLog = new ArrayList(changeLog);
src\Framework\System\Windows\Data\ListCollectionView.cs (3)
62ShadowCollection = new ArrayList((ICollection)SourceCollection); 116ShadowCollection = new ArrayList((ICollection)SourceCollection); 1652ShadowCollection = new ArrayList((ICollection)SourceCollection);
src\Framework\System\Windows\Markup\ParserStack.cs (1)
69private ParserStack(ICollection collection) : base(collection)
System (11)
compmod\system\componentmodel\design\DocumentCollection.cs (1)
37this.designers = new ArrayList(designers);
compmod\system\componentmodel\EventDescriptorCollection.cs (1)
367ArrayList eventArrayList = new ArrayList(events);
compmod\system\componentmodel\ExtendedPropertyDescriptor.cs (1)
41ArrayList attrList = new ArrayList(AttributeArray);
compmod\system\componentmodel\MemberDescriptor.cs (1)
396list = new ArrayList(attributes);
compmod\system\componentmodel\PropertyDescriptorCollection.cs (1)
392ArrayList propArrayList = new ArrayList(properties);
compmod\system\componentmodel\TypeDescriptor.cs (2)
2444list = new ArrayList(members); 2613list = new ArrayList(filterTable.Values);
net\System\Net\WebHeaderCollection.cs (1)
808ValueList = new ArrayList(Values);
net\System\Net\webproxy.cs (2)
87_BypassList = new ArrayList(BypassList); 214_BypassList = new ArrayList(value);
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
670data.CounterNames = new ArrayList(counterNames);
System.Drawing (1)
commonui\System\Drawing\FontConverter.cs (1)
694ArrayList filteredValues = new ArrayList(Values);
System.Runtime.Remoting (2)
metadata\wsdlparser.cs (2)
4202_params = new ArrayList(paramsInOrder); 4320_params = new ArrayList(paramsInOrder);
System.Web (7)
Compilation\BuildResult.cs (1)
220_virtualPathDependencies = new ArrayList(sourceDependencies);
Configuration\PagesSection.cs (1)
713tagNamespaceRegisterEntries[entry.TagPrefix] = new ArrayList(new object[] { entry });
FileChangesMonitor.cs (2)
1048targets = new ArrayList(col); 1104targets = new ArrayList(col);
SiteMapNode.cs (1)
406newRoles = new ArrayList(_roles);
UI\TagNameToTypeMapper.cs (1)
268_tagNamespaceRegisterEntries[entry.TagPrefix] = new ArrayList(new object[] { entry });
XmlSiteMapProvider.cs (1)
72returnList = ArrayList.ReadOnly(new ArrayList(ChildProviderTable.Keys));
System.Web.DataVisualization (2)
Common\General\Selection.cs (1)
3279return new ArrayList(path.PathPoints);
WebForm\General\ChartHttpHandler.cs (1)
1952return new ArrayList(_ringTrackers.Values);
System.Web.Extensions (2)
UI\ProfileServiceManager.cs (2)
50loadedProperties = new ArrayList(profileManager._loadProperties); 67loadedProperties = new ArrayList(profileManager._loadProperties);
System.Web.Mobile (2)
UI\MobileControls\MobileListItemCollection.cs (1)
82Items = new ArrayList (value);
UI\MobileControls\ObjectListFieldCollection.cs (1)
67Items = new ArrayList(value);
System.Web.Services (2)
System\Web\Services\Configuration\WebServicesSection.cs (2)
449ArrayList importers = new ArrayList(ProtocolImporterTypes); 450ArrayList reflectors = new ArrayList(ProtocolReflectorTypes);
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (1)
7173ArrayList attributes = new ArrayList(AttributeArray);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
272newAttributes = new ArrayList(AttributeArray); 286newAttributes = new ArrayList(AttributeArray); 305newAttributes = new ArrayList(AttributeArray);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4397buttonList = new ArrayList(toolStrip.Items);
System.Windows.Forms.DataVisualization (1)
Common\General\Selection.cs (1)
3279return new ArrayList(path.PathPoints);
System.Workflow.Activities (11)
Common\CompModHelpers.cs (1)
851references = new ArrayList((string[])referenceKey.GetValue(TypeProviderAssemblyRegValueName));
Common\TypeSystemHelpers.cs (2)
35private static readonly ArrayList VBKeywords = new ArrayList(new string[] { "Integer", "String", "Boolean", "Object", "Void", "Single", "Double", "Char", "DateTime", "Long", "Byte", "Short", "Single", "Double", "Decimal", "UInteger", "ULong", "SByte", "UShort" }); 36private static readonly ArrayList CSKeywords = new ArrayList(new string[] { "int", "string", "bool", "object", "void", "float", "double", "char", "Date", "long", "byte", "short", "Single", "double", "decimal", "uint", "ulong", "sbyte", "ushort" });
EventSinkActivity.cs (1)
43internal static readonly ArrayList ReservedParameterNames = new ArrayList(new string[] { "Name", "Enabled", "Description", "EventName", "InterfaceType", "Invoked", "Roles" });
InvokeMethodActivity.cs (2)
40internal static readonly ArrayList ReservedParameterNames = new ArrayList(new string[] { "Name", "Enabled", "Description", "MethodName", "MethodInvoking", "InterfaceType" }); 268ArrayList paramInfo = new ArrayList(method.GetParameters());
InvokeSchedule.cs (1)
45internal static readonly ArrayList ReservedParameterNames = new ArrayList(new string[] { "Name", "Enabled", "Description", "TargetWorkflow", "Invoking", "ParameterBindings" });
InvokeWebService.cs (3)
99internal static readonly ArrayList ReservedParameterNames = new ArrayList(new string[] { "Name", "Enabled", "Description", "MethodName", "ProxyClass", "SessionId", "Invoked", "Invoking" }); 395ArrayList paramInfos = new ArrayList(method.GetParameters()); 461ArrayList paramInfos = new ArrayList(methodInfo.GetParameters());
LocalService\CorrelationTokenTypeConvertor.cs (1)
97ArrayList props = new ArrayList(properties);
System.Workflow.ComponentModel (34)
AuthoringOM\Activity.cs (1)
1212ActivityRoots = new ArrayList(ContextIdToActivityMap.Values);
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
652ArrayList bindingArgs = new ArrayList(this.boundedTypes.Keys);
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (1)
969ArrayList types = new ArrayList(this.hashOfRTTypes.Keys);
AuthoringOM\Compiler\XomlCompiler.cs (1)
997ArrayList ccus = new ArrayList((ICollection)parameters.UserCodeCompileUnits);
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
233ArrayList ccus = new ArrayList((ICollection)parameters.UserCodeCompileUnits);
AuthoringOM\ComponentFactoryHelpers.cs (1)
128return new ArrayList(components.Values).ToArray();
AuthoringOM\Design\CommandSet.cs (3)
359ArrayList selectedComponents = new ArrayList(this.selectionService.GetSelectedComponents()); 519ArrayList selectedObjects = new ArrayList(this.selectionService.GetSelectedComponents()); 849ArrayList componentList = new ArrayList(components);
AuthoringOM\Design\ComponentSerializationService.cs (1)
492ArrayList properties = new ArrayList(GetType().GetProperties());
AuthoringOM\Design\CompositeActivityDesigner.cs (2)
631return (Activity[])new ArrayList(activities).ToArray(typeof(Activity)); 671return (Activity[])new ArrayList(activities).ToArray(typeof(Activity));
AuthoringOM\Design\DesignerHelpers.cs (1)
1715ArrayList identifiers = new ArrayList(existingNames);
AuthoringOM\Design\DesignerInterfaces.cs (1)
1024ArrayList safeCollection = new ArrayList(this);
AuthoringOM\Design\FreeFormDesigner.cs (1)
628ArrayList activityDesigners = new ArrayList(ContainedDesigners);
AuthoringOM\Design\MessageFilters\DragDropManager.cs (1)
784ArrayList topLevelActivities = new ArrayList(Helpers.GetTopLevelActivities(selectionService.GetSelectedComponents()));
AuthoringOM\Design\MessageFilters\ResizingMessageFilter.cs (1)
159ArrayList selectedComponents = new ArrayList(selectionService.GetSelectedComponents());
AuthoringOM\Design\MessageFilters\WindowManager.cs (1)
144ArrayList selectedComponents = new ArrayList(selectionService.GetSelectedComponents());
AuthoringOM\Design\ReferenceService.cs (3)
109ArrayList clonedAddedComponents = new ArrayList(this.addedComponents); 120ArrayList clonedRemovedComponents = new ArrayList(this.removedComponents); 128ArrayList clonedChangedComponents = new ArrayList(this.changedComponents);
AuthoringOM\Design\Themes.cs (2)
3069ArrayList supportedFonts = new ArrayList(AmbientTheme.SupportedFonts); 3092ArrayList supportedFonts = new ArrayList(AmbientTheme.SupportedFonts);
AuthoringOM\Design\WorkflowInlining.cs (1)
339private static readonly ArrayList ReservedParameterNames = new ArrayList(new string[] { "Name", "Enabled", "Description", "TargetWorkflow", "Invoking", "ParameterBindings" });
AuthoringOM\Design\WorkflowPrinting.cs (1)
99new ArrayList(PrinterSettings.InstalledPrinters).Contains(PrinterSettings.PrinterName));
AuthoringOM\Design\WorkflowView.cs (2)
1710ArrayList selectedComponents = new ArrayList(selectionService.GetSelectedComponents()); 2000ArrayList clonedFilterList = new ArrayList(filters.ToArray());
AuthoringOM\Serializer\DictionarySurrogate.cs (2)
28ArrayList keys = new ArrayList(keysProperty.GetValue(obj, null) as ICollection); 34ArrayList values = new ArrayList(valuesProperty.GetValue(obj, null) as ICollection);
AuthoringOM\Serializer\GenericQueueSurrogate.cs (1)
25ArrayList items = new ArrayList(obj as ICollection);
AuthoringOM\Serializer\ListSurrogate.cs (1)
25ArrayList items = new ArrayList(obj as IList);
Shared\CompModHelpers.cs (1)
849references = new ArrayList((string[])referenceKey.GetValue(TypeProviderAssemblyRegValueName));
Shared\TypeSystemHelpers.cs (2)
34private static readonly ArrayList VBKeywords = new ArrayList(new string[] { "Integer", "String", "Boolean", "Object", "Void", "Single", "Double", "Char", "DateTime", "Long", "Byte", "Short", "Single", "Double", "Decimal", "UInteger", "ULong", "SByte", "UShort" }); 35private static readonly ArrayList CSKeywords = new ArrayList(new string[] { "int", "string", "bool", "object", "void", "float", "double", "char", "Date", "long", "byte", "short", "Single", "double", "decimal", "uint", "ulong", "sbyte", "ushort" });
System.WorkflowServices (4)
System\Workflow\Activities\ChannelTokenTypeConverter.cs (1)
74ArrayList props = new ArrayList(properties);
System\Workflow\Activities\ContextTokenTypeConverter.cs (1)
74ArrayList props = new ArrayList(properties);
System\Workflow\Activities\ReceiveActivity.cs (1)
790ArrayList paramInfo = new ArrayList(methodInfo.GetParameters());
System\Workflow\Activities\SendActivity.cs (1)
469ArrayList paramInfo = new ArrayList(methodInfo.GetParameters());
System.Xml (3)
System\Xml\Serialization\ImportContext.cs (1)
251return new ArrayList(scope.Keys);
System\Xml\XPath\Internal\Function.cs (2)
55this.argumentList = new ArrayList(argumentList); 62this.argumentList = new ArrayList(argumentList);
WindowsBase (1)
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (1)
630SetDataSpaceDefinition( newDataSpaceLabel, new DataSpaceDefinition(new ArrayList(transformStack), null));
WsatUI (1)
MMCUI\WsatSecurityModel.cs (1)
155System.Collections.ArrayList kerb = new System.Collections.ArrayList(current.KerberosGlobalAcl);