21 types derived from KeyedCollection
System.Activities (3)
System\Activities\ActivityBuilder.cs (1)
171class ActivityPropertyCollection : KeyedCollection<string, DynamicActivityProperty>
System\Activities\DynamicActivityTypeDescriptor.cs (1)
246class ActivityPropertyCollection : KeyedCollection<string, DynamicActivityProperty>
System\Activities\DynamicUpdate\DynamicUpdateMap.cs (1)
624internal class EntryCollection : KeyedCollection<int, DynamicUpdateMapEntry>
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\Compiler.cs (1)
390internal class DecimalFormats : KeyedCollection<XmlQualifiedName, DecimalFormatDecl> {
System\Xml\Xsl\Xslt\XslAst.cs (1)
271internal class Keys : KeyedCollection<QilName, List<Key>> {
System.IdentityModel (1)
System\IdentityModel\Metadata\LocalizedEntryCollection.cs (1)
13public class LocalizedEntryCollection<T> : KeyedCollection<CultureInfo, T> where T : LocalizedEntry
System.ServiceModel (6)
System\ServiceModel\Description\MessageHeaderDescriptionCollection.cs (1)
15public class MessageHeaderDescriptionCollection : KeyedCollection<XmlQualifiedName, MessageHeaderDescription>
System\ServiceModel\Description\MessagePartDescriptionCollection.cs (1)
14public class MessagePartDescriptionCollection : KeyedCollection<XmlQualifiedName, MessagePartDescription>
System\ServiceModel\Description\MessagePropertyDescriptionCollection.cs (1)
14public class MessagePropertyDescriptionCollection : KeyedCollection<string, MessagePropertyDescription>
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
590class OperationCollectionWrapper : KeyedCollection<string, ClientOperation>
System\ServiceModel\KeyedByTypeCollection.cs (1)
12public class KeyedByTypeCollection<TItem> : KeyedCollection<Type, TItem>
System\ServiceModel\ServiceHost.cs (1)
2052class ReflectedContractCollection : KeyedCollection<Type, ContractDescription>
System.Workflow.Activities (2)
Rules\DeclarativeConditionsCollection.cs (1)
20public sealed class RuleConditionCollection : KeyedCollection<string, RuleCondition>, IWorkflowChangeDiff
Rules\RuleSetCollection.cs (1)
12public sealed class RuleSetCollection : KeyedCollection<string, RuleSet>, IWorkflowChangeDiff
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Themes.cs (1)
829private class ThemeCollection : KeyedCollection<string, DesignerTheme>
AuthoringOM\ParameterBinding.cs (1)
59public sealed class WorkflowParameterBindingCollection : KeyedCollection<string, WorkflowParameterBinding>
System.Workflow.Runtime (2)
CorrelationToken.cs (1)
210public sealed class CorrelationTokenCollection : KeyedCollection<string, CorrelationToken>
Tracking\SqlTrackingService.cs (1)
684private class TypeKeyedCollection : KeyedCollection<string, Type>
System.WorkflowServices (2)
System\Workflow\Activities\LogicalChannelCollection.cs (1)
19internal sealed class LogicalChannelCollection : KeyedCollection<string, LogicalChannel>
System\Workflow\Activities\ReceiveContextCollection.cs (1)
19internal sealed class ReceiveContextCollection : KeyedCollection<string, ReceiveContext>
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassData.cs (1)
146class PropertyDataCollection : KeyedCollection<string, PropertyData>
22 references to KeyedCollection
mscorlib (2)
system\collections\generic\debugview.cs (2)
110private KeyedCollection<K, T> kc; 112public Mscorlib_KeyedCollectionDebugView(KeyedCollection<K, T> keyedCollection) {
System.Activities (11)
System\Activities\ActivityBuilder.cs (5)
25KeyedCollection<string, DynamicActivityProperty> properties; 54public KeyedCollection<string, DynamicActivityProperty> Properties 166internal static KeyedCollection<string, DynamicActivityProperty> CreateActivityPropertyCollection() 291KeyedCollection<string, DynamicActivityProperty> properties; 320public KeyedCollection<string, DynamicActivityProperty> Properties
System\Activities\DynamicActivity.cs (4)
59public KeyedCollection<string, DynamicActivityProperty> Properties 106KeyedCollection<string, DynamicActivityProperty> IDynamicActivity.Properties 247public KeyedCollection<string, DynamicActivityProperty> Properties 294KeyedCollection<string, DynamicActivityProperty> IDynamicActivity.Properties
System\Activities\DynamicActivityTypeDescriptor.cs (1)
31public KeyedCollection<string, DynamicActivityProperty> Properties
System\Activities\IDynamicActivity.cs (1)
13KeyedCollection<string, DynamicActivityProperty> Properties { get; }
System.ServiceModel (6)
System\ServiceModel\Description\ContractDescription.cs (1)
141public KeyedCollection<Type, IContractBehavior> ContractBehaviors
System\ServiceModel\Description\OperationDescription.cs (1)
67public KeyedCollection<Type, IOperationBehavior> OperationBehaviors
System\ServiceModel\Description\ServiceEndpoint.cs (1)
54public KeyedCollection<Type, IEndpointBehavior> EndpointBehaviors
System\ServiceModel\Description\TypeLoader.cs (1)
1503void AddSortedParts<T>(List<T> partDescriptionList, KeyedCollection<XmlQualifiedName, T> partDescriptionCollection)
System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
36public KeyedCollection<string, ClientOperation> Operations 45internal KeyedCollection<string, ClientOperation> compatOperations;
System.ServiceModel.Internals (2)
System\Runtime\ReadOnlyKeyedCollection.cs (2)
11KeyedCollection<TKey, TValue> innerCollection; 13public ReadOnlyKeyedCollection(KeyedCollection<TKey, TValue> innerCollection)
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassData.cs (1)
56public KeyedCollection<string, PropertyData> Properties