1 type derived from StringCollection
System.Configuration.ConfigurationManager (1)
System\Configuration\StringAttributeCollection.cs (1)
9public sealed class CommaDelimitedStringCollection : StringCollection
38 instantiations of StringCollection
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerParameters.cs (3)
29private StringCollection _assemblyNames = new StringCollection(); 32private StringCollection _embeddedResources = new StringCollection(); 34private StringCollection _linkedResources = new StringCollection();
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerResults.cs (1)
27private StringCollection _output = new StringCollection();
FrameworkFork\Microsoft.CodeDom\System\CodeCompileUnit.cs (1)
73_assemblies = new StringCollection();
FrameworkFork\Microsoft.Xml\Xml\Serialization\Advanced\SchemaImporterExtension.cs (1)
187_references = new StringCollection();
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
140_warnings = new StringCollection();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
57private static StringCollection s_warnings = new StringCollection(); 214_validationWarnings = new StringCollection();
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
61_schemaImporterExtensions = new StringCollection();
System.CodeDom (5)
System\CodeDom\CodeCompileUnit.cs (1)
14public StringCollection ReferencedAssemblies => field ??= new StringCollection();
System\CodeDom\Compiler\CompilerParameters.cs (3)
54public StringCollection ReferencedAssemblies { get; } = new StringCollection(); 75public StringCollection EmbeddedResources { get; } = new StringCollection(); 77public StringCollection LinkedResources { get; } = new StringCollection();
System\CodeDom\Compiler\CompilerResults.cs (1)
34public StringCollection Output { get; } = new StringCollection();
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigurationElement.cs (1)
1374StringCollection intersectionCollection = new StringCollection();
System\Configuration\ConfigurationLockCollection.cs (1)
241StringCollection removeList = new StringCollection();
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (2)
14private StringCollection _excludedNames = new StringCollection(); 326StringCollection tmpExcludedTLNs = new StringCollection();
System\DirectoryServices\DirectorySearcher.cs (1)
235_propertiesToLoad ??= new StringCollection();
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (5)
187StringCollection principalPropList = new StringCollection(); 188StringCollection authPrincipalPropList = new StringCollection(); 189StringCollection userPrincipalPropList = new StringCollection(); 190StringCollection computerPrincipalPropList = new StringCollection(); 191StringCollection groupPrincipalPropList = new StringCollection();
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\common\DirectoryRequest.cs (1)
234public StringCollection Attributes { get; } = new StringCollection();
System.Management (10)
System\Management\ManagementClass.cs (1)
344StringCollection result = new StringCollection();
System\Management\ManagementQuery.cs (9)
656selectedProperties = new StringCollection(); 726this.selectedProperties = new StringCollection(); 891StringCollection dst = new StringCollection(); 899selectedProperties = new StringCollection(); 985selectedProperties = new StringCollection(); 2469groupByPropertyList = new StringCollection(); 2689this.groupByPropertyList = new StringCollection(); 2907StringCollection dst = new StringCollection(); 3076groupByPropertyList = new StringCollection();
System.Private.Xml (1)
System\Xml\Serialization\ImportContext.cs (1)
58internal StringCollection Warnings => field ??= new StringCollection();
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\StringCollectionConverter.cs (1)
71StringCollection stringCollection = new StringCollection();
128 references to StringCollection
dotnet-svcutil-lib (29)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerParameters.cs (6)
29private StringCollection _assemblyNames = new StringCollection(); 32private StringCollection _embeddedResources = new StringCollection(); 34private StringCollection _linkedResources = new StringCollection(); 167public StringCollection ReferencedAssemblies 313public StringCollection EmbeddedResources 327public StringCollection LinkedResources
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerResults.cs (2)
27private StringCollection _output = new StringCollection(); 105public StringCollection Output
FrameworkFork\Microsoft.CodeDom\System\CodeCompileUnit.cs (2)
28private StringCollection _assemblies = null; 67public StringCollection ReferencedAssemblies
FrameworkFork\Microsoft.Xml\Xml\Serialization\Advanced\SchemaImporterExtension.cs (3)
165private StringCollection _references; 167internal MappedTypeDesc(string clrType, string name, string ns, XmlSchemaType xsdType, XmlSchemaObject context, SchemaImporterExtension extension, CodeNamespace code, StringCollection references) 182internal StringCollection ReferencedAssemblies
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (3)
91public StringCollection Warnings 102private StringCollection _warnings; 135internal StringCollection Warnings
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (4)
56private StringCollection _validationWarnings; 57private static StringCollection s_warnings = new StringCollection(); 208public StringCollection ValidationWarnings 220internal void SetWarnings(StringCollection warnings)
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (9)
29private StringCollection _schemaImporterExtensions; 56public StringCollection SchemaImporterExtensions 248System.Collections.Specialized.StringCollection a = (System.Collections.Specialized.StringCollection)((System.Collections.Specialized.StringCollection)o.@SchemaImporterExtensions); 338System.Collections.Specialized.StringCollection a_1 = (System.Collections.Specialized.StringCollection)o.@SchemaImporterExtensions; 377System.Collections.Specialized.StringCollection a_1_0 = (System.Collections.Specialized.StringCollection)o.@SchemaImporterExtensions;
Microsoft.Private.Windows.Core (2)
System\Private\Windows\Ole\ClipboardCore.cs (1)
353internal static void SetFileDropList(StringCollection filePaths)
System\Private\Windows\Ole\DataObjectExtensions.cs (1)
12internal void SetFileDropList(StringCollection filePaths)
Microsoft.VisualBasic.Forms (4)
Microsoft\VisualBasic\MyServices\ClipboardProxy.vb (4)
123''' <returns>The list of file paths as a <see cref="StringCollection"/>.</returns> 124Public Function GetFileDropList() As StringCollection 191''' <param name="filePaths">The file drop list as a <see cref="StringCollection"/>.</param> 192Public Sub SetFileDropList(filePaths As StringCollection)
netstandard (1)
netstandard.cs (1)
167[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.StringCollection))]
PresentationCore (6)
System\Windows\clipboard.cs (3)
102public static StringCollection GetFileDropList() 104StringCollection result = []; 170public static void SetFileDropList(StringCollection fileDropList) => ClipboardCore.SetFileDropList(fileDropList);
System\Windows\dataobject.cs (3)
301public StringCollection GetFileDropList() 303StringCollection dropList = []; 357public void SetFileDropList(StringCollection fileDropList)
PresentationFramework (1)
MS\Internal\Data\PropertyPathWorker.cs (1)
1823typeof(System.Collections.Specialized.StringCollection),
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
156[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.StringCollection))]
System.CodeDom (5)
System\CodeDom\CodeCompileUnit.cs (1)
14public StringCollection ReferencedAssemblies => field ??= new StringCollection();
System\CodeDom\Compiler\CompilerParameters.cs (3)
54public StringCollection ReferencedAssemblies { get; } = new StringCollection(); 75public StringCollection EmbeddedResources { get; } = new StringCollection(); 77public StringCollection LinkedResources { get; } = new StringCollection();
System\CodeDom\Compiler\CompilerResults.cs (1)
34public StringCollection Output { get; } = new StringCollection();
System.Collections.Specialized (16)
System\Collections\Specialized\StringCollection.cs (16)
17/// <para>Represents the entry at the specified index of the <see cref='System.Collections.Specialized.StringCollection'/>.</para> 33/// <see cref='System.Collections.Specialized.StringCollection'/> .</para> 62/// <see cref='System.Collections.Specialized.StringCollection'/> .</para> 70/// <para>Copies the elements of a string array to the end of the <see cref='System.Collections.Specialized.StringCollection'/>.</para> 81/// <see cref='System.Collections.Specialized.StringCollection'/> .</para> 90/// <see cref='System.Collections.Specialized.StringCollection'/> contains a string with the specified 99/// <para>Copies the <see cref='System.Collections.Specialized.StringCollection'/> values to a one-dimensional <see cref='System.Array'/> instance at the 109/// the <see cref='System.Collections.Specialized.StringCollection'/> .</para> 118/// the <see cref='System.Collections.Specialized.StringCollection'/> .</para> 126/// <para>Inserts a string into the <see cref='System.Collections.Specialized.StringCollection'/> at the specified 135/// <para>Gets a value indicating whether the <see cref='System.Collections.Specialized.StringCollection'/> is read-only.</para> 147/// <see cref='System.Collections.Specialized.StringCollection'/> 160/// <see cref='System.Collections.Specialized.StringCollection'/> .</para> 168/// <para>Removes the string at the specified index of the <see cref='System.Collections.Specialized.StringCollection'/>.</para> 176/// <para>Gets an object that can be used to synchronize access to the <see cref='System.Collections.Specialized.StringCollection'/>.</para> 239internal StringEnumerator(StringCollection mappings)
System.Configuration.ConfigurationManager (7)
System\Configuration\ConfigurationElement.cs (6)
278StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptAttributesList, 323StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptElementsList, 1365private StringCollection IntersectLockCollections(ConfigurationLockCollection collection1, 1374StringCollection intersectionCollection = new StringCollection(); 1612StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptAttributesList, 1665StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptElementsList,
System\Configuration\ConfigurationLockCollection.cs (1)
241StringCollection removeList = new StringCollection();
System.DirectoryServices (6)
System\DirectoryServices\ActiveDirectory\ADSearcher.cs (1)
47public StringCollection PropertiesToLoad => _searcher.PropertiesToLoad;
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (3)
14private StringCollection _excludedNames = new StringCollection(); 60public StringCollection ExcludedTopLevelNames 326StringCollection tmpExcludedTLNs = new StringCollection();
System\DirectoryServices\DirectorySearcher.cs (2)
20private StringCollection? _propertiesToLoad; 234public StringCollection PropertiesToLoad =>
System.DirectoryServices.AccountManagement (12)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (8)
108TypeToLdapPropListMap = new Dictionary<int, Dictionary<Type, StringCollection>>(); 116Dictionary<Type, StringCollection> TypeToLdapDict = new Dictionary<Type, StringCollection>(); 187StringCollection principalPropList = new StringCollection(); 188StringCollection authPrincipalPropList = new StringCollection(); 189StringCollection userPrincipalPropList = new StringCollection(); 190StringCollection computerPrincipalPropList = new StringCollection(); 191StringCollection groupPrincipalPropList = new StringCollection();
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
801protected static Dictionary<int, Dictionary<Type, StringCollection>> TypeToLdapPropListMap;
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (3)
45protected void BuildPropertySet(Type p, StringCollection propertySet) 47if (TypeToLdapPropListMap[this.MappingTableIndex].TryGetValue(p, out StringCollection value)) 1012private void AddPropertySetToTypePropListMap(Type principalType, StringCollection propertySet)
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\common\DirectoryRequest.cs (1)
234public StringCollection Attributes { get; } = new StringCollection();
System.Management (13)
System\Management\ManagementClass.cs (2)
340public StringCollection Derivation 344StringCollection result = new StringCollection();
System\Management\ManagementQuery.cs (11)
614private StringCollection selectedProperties; 874/// <para>A <see cref='System.Collections.Specialized.StringCollection'/> containing the names of the 882public StringCollection SelectedProperties 890StringCollection src = (StringCollection)value; 891StringCollection dst = new StringCollection(); 2427private StringCollection groupByPropertyList; 2900public StringCollection GroupByPropertyList 2906StringCollection src = (StringCollection)value; 2907StringCollection dst = new StringCollection();
System.Private.Windows.Core (2)
System\Private\Windows\Ole\ClipboardCore.cs (1)
353internal static void SetFileDropList(StringCollection filePaths)
System\Private\Windows\Ole\DataObjectExtensions.cs (1)
12internal void SetFileDropList(StringCollection filePaths)
System.Private.Xml (2)
System\Xml\Serialization\ImportContext.cs (2)
42public StringCollection Warnings 58internal StringCollection Warnings => field ??= new StringCollection();
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (3)
79public StringCollection GroupSizeReductionOrder 81get { return (StringCollection)GetValue(GroupSizeReductionOrderProperty); } 91typeof(StringCollection),
Microsoft\Windows\Controls\Ribbon\StringCollectionConverter.cs (3)
71StringCollection stringCollection = new StringCollection(); 103StringCollection stringCollectionValue = value as StringCollection;
System.Windows.Forms (10)
System\Drawing\Design\UITypeEditor.cs (1)
49[typeof(StringCollection)] = $"System.Windows.Forms.Design.StringCollectionEditor, {Assemblies.SystemDesign}",
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (2)
33public StringCollection Keys 38StringCollection keysCollection = [];
System\Windows\Forms\ImageKeyConverter.cs (1)
162StringCollection imageKeys = imageList.Images.Keys;
System\Windows\Forms\OLE\Clipboard.cs (3)
362public static StringCollection GetFileDropList() 364StringCollection result = []; 456public static void SetFileDropList(StringCollection filePaths) =>
System\Windows\Forms\OLE\DataObject.cs (3)
213public virtual StringCollection GetFileDropList() 215StringCollection dropList = []; 242public virtual void SetFileDropList(StringCollection filePaths)
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\GroupedContextMenuStrip.cs (2)
11private StringCollection? _groupOrdering; 34public StringCollection GroupOrdering
System\Windows\Forms\Design\ImageCollectionCodeDomSerializer.cs (1)
55StringCollection imageKeys = imageList.Images.Keys;
System\Windows\Forms\Design\ImageListDesigner.OriginalImageCollection.cs (1)
118StringCollection imageKeys = _owner.ImageList.Images.Keys;