1 type derived from StringCollection
System.Configuration (1)
System\Configuration\StringAttributeCollection.cs (1)
17public sealed class CommaDelimitedStringCollection : StringCollection {
97 instantiations of StringCollection
PresentationCore (2)
Core\CSharp\System\Windows\Clipboard.cs (1)
216fileDropListCollection = new StringCollection();
Core\CSharp\System\Windows\DataObject.cs (1)
534fileDropListCollection = new StringCollection();
System (11)
compmod\system\codedom\CodeCompileUnit.cs (1)
71assemblies = new StringCollection();
compmod\system\codedom\compiler\CompilerParameters.cs (3)
35private StringCollection assemblyNames = new StringCollection(); 38private StringCollection embeddedResources = new StringCollection(); 40private StringCollection linkedResources = new StringCollection();
compmod\system\codedom\compiler\CompilerResults.cs (1)
34private StringCollection output = new StringCollection();
net\System\Net\_HeaderInfoTable.cs (1)
39StringCollection tempStringCollection = new StringCollection();
net\System\Net\Cache\FtpRequestCacheValidator.cs (1)
128CacheEntry.EntryMetadata = new StringCollection();
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
488CacheEntry.EntryMetadata = new StringCollection(); 489CacheEntry.SystemMetadata = new StringCollection();
net\System\Net\Cache\IERequestCache.cs (2)
249StringCollection sc = new StringCollection(); 279sc = new StringCollection();
System.Configuration (2)
System\Configuration\ConfigurationElement.cs (1)
1417StringCollection intersectionCollection = new StringCollection();
System\Configuration\ConfigurationLockCollection.cs (1)
172StringCollection removeList = new StringCollection();
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\Scripts.cs (2)
47this.refAssemblies = new StringCollection(); 48this.nsImports = new StringCollection();
System.Management (15)
Instrumentation\CodeSpit.cs (2)
96StringCollection namespaces = new StringCollection(); 99StringCollection assemblies = new StringCollection();
Instrumentation\SchemaRegistration.cs (3)
330 StringCollection events = new StringCollection(); 331 StringCollection instances = new StringCollection(); 332 StringCollection abstracts = new StringCollection();
managementclass.cs (1)
336 StringCollection result = new StringCollection();
managementquery.cs (9)
656 selectedProperties = new StringCollection (); 726 this.selectedProperties = new StringCollection (); 889 StringCollection dst = new StringCollection (); 897 selectedProperties = new StringCollection (); 984 selectedProperties = new StringCollection (); 2469 groupByPropertyList = new StringCollection(); 2685 this.groupByPropertyList = new StringCollection (); 2902 StringCollection dst = new StringCollection (); 3073 groupByPropertyList = new StringCollection ();
System.ServiceModel (1)
System\ServiceModel\ComIntegration\SafeNativeMethods.cs (1)
807StringCollection keyNames = new StringCollection();
System.Web (22)
Compilation\BuildManagerHost.cs (1)
353StringCollection paths = new StringCollection();
Compilation\PageThemeBuildProvider.cs (1)
40_skinFileList = new StringCollection();
Configuration\AuthorizationRule.cs (1)
366StringCollection ExpandedCollection = new StringCollection();
Configuration\UrlAuthFailedErrorFormatter.cs (1)
31private StringCollection _adaptiveMiscContent = new StringCollection();
ErrorFormatter.cs (6)
680_adaptiveMiscContent = new StringCollection(); 693_adaptiveStackTrace = new StringCollection(); 1197private StringCollection _adaptiveMiscContent = new StringCollection(); 1238private StringCollection _adaptiveMiscContent = new StringCollection(); 1807private StringCollection _adaptiveMiscContent = new StringCollection(); 1852private StringCollection _adaptiveMiscContent = new StringCollection();
Hosting\MapPathBasedVirtualPathProvider.cs (1)
55physicalDependencies = new StringCollection();
Security\AuthStoreRoleProvider.cs (3)
387StringCollection userNameCollection = new StringCollection(); 428StringCollection roleNameCollection = new StringCollection(); 775StringCollection roleNameCollection = new StringCollection();
Security\SQLRoleProvider.cs (4)
175StringCollection sc = new StringCollection(); 631StringCollection sc = new StringCollection(); 698StringCollection sc = new StringCollection(); 760StringCollection sc = new StringCollection();
UI\FileDataSourceCache.cs (1)
24_fileDependencies = new StringCollection();
UI\WebParts\PersonalizationAdministration.cs (1)
103sharedPaths = new StringCollection();
XmlSiteMapProvider.cs (2)
570_parentSiteMapFileCollection = new StringCollection(); 608StringCollection parentSiteMapFileCollection = new StringCollection();
System.Web.Extensions (1)
ClientServices\Providers\ClientData.cs (1)
107StringCollection sc = new StringCollection();
System.Web.Mobile (4)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
357StringCollection mobileStyles = new StringCollection();
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
454StringCollection duplicateNamesList = new StringCollection();
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
60_strCollSchemas = new StringCollection();
UI\MobileControls\Design\Util\DesignerUtility.cs (1)
128StringCollection duplicateChoices = new StringCollection();
System.Web.Services (9)
System\Web\Services\Description\SchemaCompiler.cs (1)
21warnings = new StringCollection();
System\Web\Services\Description\ServiceDescription.cs (2)
58static StringCollection warnings = new StringCollection(); 202validationWarnings = new StringCollection();
System\Web\Services\Description\ServiceDescriptionImporter.cs (2)
247return Import(codeNamespace, new ImportContext(new CodeIdentifiers(), false), new Hashtable(), new StringCollection()); 289StringCollection shareWarnings = new StringCollection();
System\Web\Services\Description\WebReference.cs (1)
119validationWarnings = new StringCollection();
System\Web\Services\Description\WebReferenceOptions.cs (1)
56schemaImporterExtensions = new StringCollection();
System\Web\Services\Description\WebServicesInteroperability.cs (2)
72StringCollection warnings = new StringCollection(); 637elements = new StringCollection();
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Clipboard.cs (1)
394StringCollection retVal = new StringCollection();
winforms\Managed\System\WinForms\DataObject.cs (1)
342StringCollection retVal = new StringCollection();
winforms\Managed\System\WinForms\ImageList.cs (1)
1030StringCollection keysCollection = new StringCollection();
System.Workflow.Activities (6)
EventSinkActivity.cs (1)
171StringCollection names = new StringCollection();
InvokeMethodActivity.cs (1)
140StringCollection names = new StringCollection();
InvokeWebService.cs (1)
333StringCollection names = new StringCollection();
WebServiceFault.cs (1)
108StringCollection names = new StringCollection();
WebServiceReceive.cs (1)
179StringCollection names = new StringCollection();
WebServiceResponse.cs (1)
102StringCollection names = new StringCollection();
System.Workflow.ComponentModel (13)
AuthoringOM\Behaviors\Compensate.cs (1)
173StringCollection targetList = new StringCollection();
AuthoringOM\Compiler\CompileXomlTask.cs (1)
120private StringCollection temporaryFiles = new StringCollection();
AuthoringOM\Compiler\ReferencedAssemblyResolver.cs (1)
18private StringCollection referencedAssemblies = new StringCollection();
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (1)
929StringCollection removedTypeNames = new StringCollection();
AuthoringOM\Compiler\XomlCompiler.cs (2)
680StringCollection xomlFiles = new StringCollection(); 681StringCollection userCodeFiles = new StringCollection();
AuthoringOM\Compiler\XomlCompilerHelpers.cs (3)
420StringCollection specialAssemblies = new StringCollection(); 447StringCollection libraryPaths = new StringCollection(); 473StringCollection resolvedReferences = new StringCollection();
AuthoringOM\Compiler\XomlCompilerParameters.cs (2)
390this.libraryPaths = new StringCollection(); 458this.libraryPaths = new StringCollection();
AuthoringOM\Design\ActivityDesigner.cs (1)
1283StringCollection removedProperties = new StringCollection();
AuthoringOM\Serializer\SynchronizationHandlesCodeDomSerializer.cs (1)
37string variableName = GetUniqueName(manager, new StringCollection());
System.Workflow.Runtime (1)
CorrelationToken.cs (1)
92StringCollection names = new StringCollection();
System.WorkflowServices (2)
System\Workflow\Activities\ChannelToken.cs (1)
108StringCollection names = new StringCollection();
System\Workflow\Activities\ContextToken.cs (1)
111StringCollection names = new StringCollection();
System.Xml (2)
System\Xml\Serialization\Advanced\SchemaImporterExtension.cs (1)
158references = new StringCollection();
System\Xml\Serialization\ImportContext.cs (1)
121warnings = new StringCollection();
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileReference.cs (1)
216storageList = new StringCollection();
252 references to StringCollection
PresentationCore (6)
Core\CSharp\System\Windows\Clipboard.cs (3)
211public static StringCollection GetFileDropList() 213StringCollection fileDropListCollection; 317public static void SetFileDropList(StringCollection fileDropList)
Core\CSharp\System\Windows\DataObject.cs (3)
529public StringCollection GetFileDropList() 531StringCollection fileDropListCollection; 612public void SetFileDropList(StringCollection fileDropList)
PresentationFramework (1)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
1918typeof(System.Collections.Specialized.StringCollection),
System (68)
compmod\system\codedom\CodeCompileUnit.cs (2)
32private StringCollection assemblies = null; 68public StringCollection ReferencedAssemblies {
compmod\system\codedom\compiler\CompilerParameters.cs (6)
35private StringCollection assemblyNames = new StringCollection(); 38private StringCollection embeddedResources = new StringCollection(); 40private StringCollection linkedResources = new StringCollection(); 162public StringCollection ReferencedAssemblies { 283public StringCollection EmbeddedResources { 295public StringCollection LinkedResources {
compmod\system\codedom\compiler\CompilerResults.cs (2)
34private StringCollection output = new StringCollection(); 137public StringCollection Output {
compmod\system\collections\specialized\stringcollection.cs (16)
22/// <para>Represents the entry at the specified index of the <see cref='System.Collections.Specialized.StringCollection'/>.</para> 35/// <see cref='System.Collections.Specialized.StringCollection'/> .</para> 62/// <see cref='System.Collections.Specialized.StringCollection'/> .</para> 69/// <para>Copies the elements of a string array to the end of the <see cref='System.Collections.Specialized.StringCollection'/>.</para> 80/// <see cref='System.Collections.Specialized.StringCollection'/> .</para> 88/// <see cref='System.Collections.Specialized.StringCollection'/> contains a string with the specified 96/// <para>Copies the <see cref='System.Collections.Specialized.StringCollection'/> values to a one-dimensional <see cref='System.Array'/> instance at the 105/// the <see cref='System.Collections.Specialized.StringCollection'/> .</para> 113/// the <see cref='System.Collections.Specialized.StringCollection'/> .</para> 120/// <para>Inserts a string into the <see cref='System.Collections.Specialized.StringCollection'/> at the specified 128/// <para>Gets a value indicating whether the <see cref='System.Collections.Specialized.StringCollection'/> is read-only.</para> 138/// <see cref='System.Collections.Specialized.StringCollection'/> 149/// <see cref='System.Collections.Specialized.StringCollection'/> .</para> 156/// <para>Removes the string at the specified index of the <see cref='System.Collections.Specialized.StringCollection'/>.</para> 163/// <para>Gets an object that can be used to synchronize access to the <see cref='System.Collections.Specialized.StringCollection'/>.</para> 217internal StringEnumerator(StringCollection mappings) {
net\System\Net\_HeaderInfoTable.cs (1)
39StringCollection tempStringCollection = new StringCollection();
net\System\Net\Cache\_CacheStreams.cs (4)
852private StringCollection m_EntryMetadata; 853private StringCollection m_SystemMetadata; 865StringCollection entryMetadata, 866StringCollection systemMetadata,
net\System\Net\Cache\_SingleItemRequestCache.cs (8)
138internal override Stream Store(string key, long contentLength, DateTime expiresUtc, DateTime lastModifiedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata) 165internal override void Update(string key, DateTime expiresUtc, DateTime lastModifiedUtc, DateTime lastSynchronizedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata) 204internal override bool TryStore(string key, long contentLength, DateTime expiresUtc, DateTime lastModifiedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata, out Stream writeStream) 263internal override bool TryUpdate(string key, DateTime expiresUtc, DateTime lastModifiedUtc, DateTime lastSynchronizedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata)
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
534private static void UpdateStringCollection(StringCollection result, NameValueCollection cc, bool winInetCompat) 672private string ParseNameValues(NameValueCollection cc, StringCollection sc, int start)
net\System\Net\Cache\IERequestCache.cs (15)
97internal override Stream Store(string key, long contentLength, DateTime expiresUtc, DateTime lastModifiedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata) 102internal override bool TryStore(string key, long contentLength, DateTime expiresUtc, DateTime lastModifiedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata, out Stream writeStream) 195internal override void Update(string key, DateTime expiresUtc, DateTime lastModifiedUtc, DateTime lastSynchronizedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata) 201internal override bool TryUpdate(string key, DateTime expiresUtc, DateTime lastModifiedUtc, DateTime lastSynchronizedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata) 249StringCollection sc = new StringCollection(); 353private string CombineMetaInfo(StringCollection entryMetadata, StringCollection systemMetadata) 383private Stream GetWriteStream(string key, long contentLength, DateTime expiresUtc, DateTime lastModifiedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata, bool isThrow) 502private bool UpdateInfo(string key, DateTime expiresUtc, DateTime lastModifiedUtc, DateTime lastSynchronizedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata, bool isThrow)
net\System\Net\Cache\RequestCache.cs (8)
65StringCollection entryMetadata, 66StringCollection systemMetadata 83StringCollection entryMetadata, 84StringCollection systemMetadata); 98StringCollection entryMetadata, 99StringCollection systemMetadata, 112StringCollection entryMetadata, 113StringCollection systemMetadata);
net\System\Net\Cache\RequestCacheEntry.cs (4)
41private StringCollection m_EntryMetadata; 42private StringCollection m_SystemMetadata; 82internal StringCollection EntryMetadata {get{return m_EntryMetadata;} set{m_EntryMetadata = value;}} 83internal StringCollection SystemMetadata {get{return m_SystemMetadata;} set{m_SystemMetadata = value;}}
System.Configuration (7)
System\Configuration\ConfigurationElement.cs (6)
179StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptAttributesList, source._lockedAllExceptAttributesList); 216StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptElementsList, source._lockedAllExceptElementsList); 1414private StringCollection IntersectLockCollections(ConfigurationLockCollection Collection1, ConfigurationLockCollection Collection2) { 1417StringCollection intersectionCollection = new StringCollection(); 1589StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptAttributesList, newCollection); 1648StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptElementsList, newCollection);
System\Configuration\ConfigurationLockCollection.cs (1)
172StringCollection removeList = new StringCollection();
System.Data (1)
fx\src\data\System\Data\DataSet.cs (1)
3646internal string GenerateTypedDataSet(XmlSchemaElement element, XmlSchemas schemas, CodeNamespace codeNamespace, StringCollection references, CodeDomProvider codeProvider) {
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\Scripts.cs (2)
32public StringCollection refAssemblies; 33public StringCollection nsImports;
System.Management (21)
Instrumentation\CodeSpit.cs (4)
96StringCollection namespaces = new StringCollection(); 97public StringCollection Namespaces { get { return namespaces; } } 99StringCollection assemblies = new StringCollection(); 100public StringCollection Assemblies { get { return assemblies; } }
Instrumentation\SchemaRegistration.cs (4)
330 StringCollection events = new StringCollection(); 331 StringCollection instances = new StringCollection(); 332 StringCollection abstracts = new StringCollection(); 586string RegisterProviderAsEventProvider(StringCollection events)
managementclass.cs (2)
332 public StringCollection Derivation 336 StringCollection result = new StringCollection();
managementquery.cs (11)
614 private StringCollection selectedProperties; 873 /// <para>A <see cref='System.Collections.Specialized.StringCollection'/> containing the names of the 881 public StringCollection SelectedProperties 888 StringCollection src = (StringCollection)value; 889 StringCollection dst = new StringCollection (); 2427 private StringCollection groupByPropertyList; 2896 public StringCollection GroupByPropertyList 2901 StringCollection src = (StringCollection)value; 2902 StringCollection dst = new StringCollection ();
System.ServiceModel (2)
System\ServiceModel\ComIntegration\SafeNativeMethods.cs (2)
803public StringCollection GetSubKeyNames() 807StringCollection keyNames = new StringCollection();
System.Web (56)
Compilation\BuildManagerHost.cs (1)
353StringCollection paths = new StringCollection();
Compilation\WebReferencesBuildProvider.cs (1)
138StringCollection shareWarnings = ServiceDescriptionImporter.GenerateWebReferences(webs, assemblyBuilder.CodeDomProvider, codeCompileUnit, options);
Configuration\AuthorizationRule.cs (17)
56private StringCollection _RolesExpanded; 57private StringCollection _UsersExpanded; 239public StringCollection Verbs { 256return (StringCollection)_Verbs; 267public StringCollection Users { 286return (StringCollection)_Users; 292public StringCollection Roles { 311return (StringCollection)_Roles; 315internal StringCollection UsersExpanded { 325internal StringCollection RolesExpanded { 365private StringCollection CreateExpandedCollection(StringCollection collection) { 366StringCollection ExpandedCollection = new StringCollection(); 468StringCollection users; 469StringCollection roles; 510private bool FindUser(StringCollection users, String principal) { 519private bool IsTheUserInAnyRole(StringCollection roles, IPrincipal principal) {
Configuration\UrlAuthFailedErrorFormatter.cs (2)
31private StringCollection _adaptiveMiscContent = new StringCollection(); 82protected override StringCollection AdaptiveMiscContent {
Configuration\WebPartsPersonalization.cs (1)
93StringCollection verbs = rule.Verbs;
ErrorFormatter.cs (16)
72private StringCollection _adaptiveMiscContent; 73private StringCollection _adaptiveStackTrace; 217StringCollection miscContent = AdaptiveMiscContent; 238StringCollection stackTrace = AdaptiveStackTrace; 324StringCollection miscContent = AdaptiveMiscContent; 345StringCollection stackTrace = AdaptiveStackTrace; 677protected virtual StringCollection AdaptiveMiscContent { 690protected virtual StringCollection AdaptiveStackTrace { 1197private StringCollection _adaptiveMiscContent = new StringCollection(); 1220protected override StringCollection AdaptiveMiscContent { 1238private StringCollection _adaptiveMiscContent = new StringCollection(); 1278protected override StringCollection AdaptiveMiscContent { 1807private StringCollection _adaptiveMiscContent = new StringCollection(); 1841protected override StringCollection AdaptiveMiscContent { 1852private StringCollection _adaptiveMiscContent = new StringCollection(); 1897protected override StringCollection AdaptiveMiscContent {
Hosting\MapPathBasedVirtualPathProvider.cs (1)
48StringCollection physicalDependencies = null;
Security\AuthStoreRoleProvider.cs (3)
387StringCollection userNameCollection = new StringCollection(); 428StringCollection roleNameCollection = new StringCollection(); 775StringCollection roleNameCollection = new StringCollection();
Security\SQLRoleProvider.cs (4)
175StringCollection sc = new StringCollection(); 631StringCollection sc = new StringCollection(); 698StringCollection sc = new StringCollection(); 760StringCollection sc = new StringCollection();
UI\FileDataSourceCache.cs (2)
14private StringCollection _fileDependencies; 21public StringCollection FileDependencies {
UI\Page.cs (1)
3727StringCollection adapterVaryByHeaders = PageAdapter.CacheVaryByHeaders;
UI\PageAdapter.cs (2)
22public virtual StringCollection CacheVaryByHeaders { 29public virtual StringCollection CacheVaryByParams {
UI\Util.cs (2)
1282internal static void AddAssemblyToStringCollection(Assembly assembly, StringCollection toList) { 1321internal static void AddAssembliesToStringCollection(ICollection fromList, StringCollection toList) {
UI\WebParts\PersonalizationAdministration.cs (1)
93StringCollection sharedPaths = null;
XmlSiteMapProvider.cs (2)
46private StringCollection _parentSiteMapFileCollection; 608StringCollection parentSiteMapFileCollection = new StringCollection();
System.Web.Extensions (1)
ClientServices\Providers\ClientData.cs (1)
107StringCollection sc = new StringCollection();
System.Web.Mobile (8)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
552StringCollection duplicateChoices =
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
264StringCollection duplicateChoices =
UI\MobileControls\Design\StylesEditorDialog.cs (1)
357StringCollection mobileStyles = new StringCollection();
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
452private StringCollection GetDuplicateStyleNames() 454StringCollection duplicateNamesList = new StringCollection();
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
47private StringCollection _strCollSchemas;
UI\MobileControls\Design\Util\DesignerUtility.cs (2)
125internal static StringCollection GetDuplicateChoiceTreeNodes(ICollection treeNodes) 128StringCollection duplicateChoices = new StringCollection();
System.Web.Services (28)
System\Web\Services\Description\SchemaCompiler.cs (3)
16static StringCollection warnings; 18internal static StringCollection Warnings { 25internal static StringCollection Compile(XmlSchemas schemas) {
System\Web\Services\Description\ServiceDescription.cs (4)
57StringCollection validationWarnings; 58static StringCollection warnings = new StringCollection(); 199public StringCollection ValidationWarnings { 208internal void SetWarnings(StringCollection warnings) {
System\Web\Services\Description\ServiceDescriptionImporter.cs (6)
251public static StringCollection GenerateWebReferences(WebReferenceCollection webReferences, CodeDomProvider codeProvider, CodeCompileUnit codeCompileUnit, WebReferenceOptions options) { 289StringCollection shareWarnings = new StringCollection(); 308internal static void AddDocument(string path, object document, XmlSchemas schemas, ServiceDescriptionCollection descriptions, StringCollection warnings) { 409private ServiceDescriptionImportWarnings Import(CodeNamespace codeNamespace, ImportContext importContext, Hashtable exportContext, StringCollection warnings) { 506StringCollection schemaWarnings = SchemaCompiler.Compile(abstractSchemas); 514StringCollection schemaWarnings = SchemaCompiler.Compile(concreteSchemas);
System\Web\Services\Description\WebReference.cs (2)
34StringCollection validationWarnings; 113public StringCollection ValidationWarnings
System\Web\Services\Description\WebReferenceOptions.cs (9)
29StringCollection schemaImporterExtensions; 53public StringCollection SchemaImporterExtensions { 214System.Collections.Specialized.StringCollection a = (System.Collections.Specialized.StringCollection)((System.Collections.Specialized.StringCollection)o.@SchemaImporterExtensions); 288System.Collections.Specialized.StringCollection a_1 = (System.Collections.Specialized.StringCollection)o.@SchemaImporterExtensions; 317System.Collections.Specialized.StringCollection a_1_0 = (System.Collections.Specialized.StringCollection)o.@SchemaImporterExtensions;
System\Web\Services\Description\WebServicesInteroperability.cs (4)
72StringCollection warnings = new StringCollection(); 262StringCollection compileWarnings = SchemaCompiler.Compile(description.Types.Schemas); 592StringCollection elements; 634public StringCollection Elements {
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Clipboard.cs (3)
392public static StringCollection GetFileDropList() { 394StringCollection retVal = new StringCollection(); 496public static void SetFileDropList(StringCollection filePaths) {
winforms\Managed\System\WinForms\DataObject.cs (3)
341public virtual StringCollection GetFileDropList() { 342StringCollection retVal = new StringCollection(); 410public virtual void SetFileDropList(StringCollection filePaths) {
winforms\Managed\System\WinForms\ImageKeyConverter.cs (1)
161StringCollection imageKeys = imageList.Images.Keys;
winforms\Managed\System\WinForms\ImageList.cs (2)
1027public StringCollection Keys { 1030StringCollection keysCollection = new StringCollection();
System.Workflow.Activities (6)
EventSinkActivity.cs (1)
171StringCollection names = new StringCollection();
InvokeMethodActivity.cs (1)
140StringCollection names = new StringCollection();
InvokeWebService.cs (1)
333StringCollection names = new StringCollection();
WebServiceFault.cs (1)
108StringCollection names = new StringCollection();
WebServiceReceive.cs (1)
179StringCollection names = new StringCollection();
WebServiceResponse.cs (1)
102StringCollection names = new StringCollection();
System.Workflow.ComponentModel (26)
AuthoringOM\Behaviors\Compensate.cs (3)
171internal static StringCollection GetCompensatableTargets(CompensateActivity compensate) 173StringCollection targetList = new StringCollection(); 227StringCollection targets = CompensateActivity.GetCompensatableTargets(compensate);
AuthoringOM\Compiler\CompileXomlTask.cs (1)
120private StringCollection temporaryFiles = new StringCollection();
AuthoringOM\Compiler\ReferencedAssemblyResolver.cs (2)
18private StringCollection referencedAssemblies = new StringCollection(); 23public ReferencedAssemblyResolver(StringCollection referencedAssemblies, Assembly localAssembly)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (1)
929StringCollection removedTypeNames = new StringCollection();
AuthoringOM\Compiler\XomlCompiler.cs (2)
680StringCollection xomlFiles = new StringCollection(); 681StringCollection userCodeFiles = new StringCollection();
AuthoringOM\Compiler\XomlCompilerHelpers.cs (13)
375internal static void FixReferencedAssemblies(WorkflowCompilerParameters parameters, WorkflowCompilerResults results, StringCollection libraryPaths) 403StringCollection resolvedAssemblyReferences = ResolveAssemblyReferences(parameters.ReferencedAssemblies, 413private static StringCollection standardAssemblies = null; 414private static StringCollection StandardAssemblies 420StringCollection specialAssemblies = new StringCollection(); 445private static StringCollection GetCompleteLibraryPaths(StringCollection userLibraryPaths) 447StringCollection libraryPaths = new StringCollection(); 471private static StringCollection ResolveAssemblyReferences(StringCollection originalReferences, StringCollection libraryPaths, WorkflowCompilerResults results) 473StringCollection resolvedReferences = new StringCollection(); 499private static bool CheckFileNameUsingPaths(string fileName, StringCollection paths, out string fullFileName)
AuthoringOM\Compiler\XomlCompilerParameters.cs (2)
312private StringCollection libraryPaths = null; 453public StringCollection LibraryPaths
AuthoringOM\Design\ActivityDesigner.cs (1)
1283StringCollection removedProperties = new StringCollection();
AuthoringOM\Serializer\SynchronizationHandlesCodeDomSerializer.cs (1)
35throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(StringCollection).FullName), "obj");
System.Workflow.Runtime (1)
CorrelationToken.cs (1)
92StringCollection names = new StringCollection();
System.WorkflowServices (2)
System\Workflow\Activities\ChannelToken.cs (1)
108StringCollection names = new StringCollection();
System\Workflow\Activities\ContextToken.cs (1)
111StringCollection names = new StringCollection();
System.Xml (6)
System\Xml\Serialization\Advanced\SchemaImporterExtension.cs (3)
139StringCollection references; 141internal MappedTypeDesc(string clrType, string name, string ns, XmlSchemaType xsdType, XmlSchemaObject context, SchemaImporterExtension extension, CodeNamespace code, StringCollection references) { 155internal StringCollection ReferencedAssemblies {
System\Xml\Serialization\ImportContext.cs (3)
82public StringCollection Warnings { 91StringCollection warnings; 118internal StringCollection Warnings {
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileReference.cs (1)
195StringCollection storageList = null;