45 implementations of
mscorlib (4)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
968public TValue this[TKey key]
system\collections\generic\dictionary.cs (1)
179public TValue this[TKey key] {
system\collections\objectmodel\readonlydictionary.cs (1)
106TValue IDictionary<TKey, TValue>.this[TKey key] {
System\Diagnostics\Eventing\TraceLogging\EventPayload.cs (1)
34public object this[string key]
PresentationCore (4)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
767ushort IDictionary<int, ushort>.this[int i]
Core\CSharp\System\Windows\Media\CharacterMetricsDictionary.cs (1)
266public CharacterMetrics this[int key]
Core\CSharp\System\Windows\Media\CultureSpecificStringDictionary.cs (1)
232public string this[XmlLanguage key]
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
2162public double this[ushort key]
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\ObservableDictionary.cs (1)
243public string this[string key]
src\Framework\MS\Internal\WeakDictionary.cs (1)
249public TValue this[TKey key]
System (3)
compmod\system\collections\generic\sorteddictionary.cs (1)
84public TValue this[TKey key] {
compmod\system\collections\generic\sortedlist.cs (1)
523public TValue this[TKey key] {
compmod\system\collections\specialized\stringdictionary.cs (1)
239public string this[string key] {
System.Activities (2)
System\Activities\Hosting\SymbolResolver.cs (1)
53public object this[string key]
System\Activities\HybridDictionary.cs (1)
79public TValue this[TKey key]
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (1)
54public abstract ModelItem this[ModelItem key] { get; set; }
System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (1)
90public V this[K key]
System.AddIn (1)
System\Addin\Hosting\ReadOnlyDictionary.cs (1)
54public TValue this[TKey key]
System.Core (1)
Microsoft\Scripting\Actions\ExpandoObject.cs (1)
552object IDictionary<string, object>.this[string key] {
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (1)
54public abstract ModelItem this[ModelItem key] { get; set; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (1)
90public V this[K key]
System.Runtime.DurableInstancing (1)
System\Runtime\PersistencePipeline.cs (1)
276public object this[XName key]
System.ServiceModel (12)
System\ServiceModel\Channels\ContextDictionary.cs (1)
82public string this[string key]
System\ServiceModel\Channels\MessageProperties.cs (1)
56public object this[string name]
System\ServiceModel\Dispatcher\ActionMessageFilterTable.cs (1)
33public TFilterData this[MessageFilter filter]
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (1)
25public FilterData this[MessageFilter filter]
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (1)
79public TFilterData this[MessageFilter filter]
System\ServiceModel\Dispatcher\MessageFilter.cs (1)
229public FilterData this[MessageFilter key]
System\ServiceModel\Dispatcher\MessageFilterTable.cs (1)
49public TFilterData this[MessageFilter filter]
System\ServiceModel\Dispatcher\MessageQueryTable.cs (1)
46public TItem this[MessageQuery key]
System\ServiceModel\Dispatcher\ThreadSafeMessageFilterTable.cs (1)
146public FilterData this[MessageFilter key]
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (1)
62public TFilterData this[MessageFilter filter]
System\ServiceModel\Security\SecuritySessionFilter.cs (1)
175public FilterData this[MessageFilter filter]
System\UriTemplate.cs (1)
1065public string this[string key]
System.ServiceModel.Internals (3)
System\Runtime\Collections\NullableKeyDictionary.cs (1)
48public TValue this[TKey key]
System\Runtime\Collections\OrderedDictionary.cs (1)
52public TValue this[TKey key]
System\Runtime\ReadOnlyDictionaryInternal.cs (1)
42public TValue this[TKey key]
System.ServiceModel.Routing (1)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (1)
82public TFilterData this[MessageFilter key]
System.Web (4)
ModelBinding\ModelBinderDictionary.cs (1)
52public IModelBinder this[Type key]
ModelBinding\ModelStateDictionary.cs (1)
49public ModelState this[string key] {
Routing\RouteValueDictionary.cs (1)
45public object this[string key] {
UI\WebControls\MethodParametersDictionary.cs (1)
113public MethodParameterValue this[string key] {
System.Web.Extensions (1)
Util\OrderedDictionary.cs (1)
45public TValue this[TKey key] {
System.WorkflowServices (1)
System\ServiceModel\SerializableReadOnlyDictionary.cs (1)
70public V this[K key]
WindowsBase (1)
Base\System\Windows\NameScope.cs (1)
297public object this[string key]
186 writes to
mscorlib (3)
system\diagnostics\eventing\eventprovider.cs (1)
323args[key] = value;
system\diagnostics\eventing\eventsource.cs (1)
2722commandArgs.Arguments["EtwSessionKeyword"] = (commandArgs.perEventSourceSessionId + SessionMask.SHIFT_SESSION_TO_KEYWORD).ToString(CultureInfo.InvariantCulture);
system\runtime\interopservices\windowsruntime\dictionarytomapadapter.cs (1)
94_this[key] = value;
PresentationCore (3)
Core\CSharp\System\Windows\Media\CultureSpecificStringDictionary.cs (2)
235set { _innerDictionary[key] = ValidateValue(value); } 274_innerDictionary[ConvertKey(key)] = ConvertValue(value);
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
522adjustedLanguageFaceNames[XmlLanguage.GetLanguage(pair.Key.IetfLanguageTag)] = pair.Value;
PresentationFramework (4)
src\Framework\System\Windows\Controls\DatePicker.cs (1)
873_isHandlerSuspended[property] = true;
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
327_asyncOps[userState] = asyncRequest;
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
407_asyncOps[userState] = asyncRequest;
src\Framework\System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (1)
218_dictionary[key] = value;
System (5)
compmod\system\codedom\compiler\CodeDomConfigurationHandler.cs (3)
70compilerInfo._providerOptions[RedistVersionInfo.NameTag] = RedistVersionInfo.DefaultVersion; 81compilerInfo._providerOptions[RedistVersionInfo.NameTag] = RedistVersionInfo.DefaultVersion; 309compilerInfo._providerOptions[kvp.Key] = kvp.Value;
net\System\Net\mail\TrackingValidationObjectDictionary.cs (2)
84internalObjects[key] = valueToAdd; 152internalObjects[key] = value;
System.Activities (5)
System\Activities\Statements\Tracking\StateMachineStateRecord.cs (2)
75Data[StateMachineKey] = value; 97Data[StateKey] = value;
System\Activities\WorkflowApplication.cs (3)
340this.instanceMetadata[pair.Key] = new InstanceValue(pair.Value, InstanceValueOptions.Optional | InstanceValueOptions.WriteOnly); 2878this.instanceMetadata[Workflow45Namespace.DefinitionIdentity] = 5641this.instanceMetadata[PersistenceMetadataNamespace.InstanceType] = new InstanceValue(WorkflowNamespace.WorkflowHostType, InstanceValueOptions.WriteOnly);
System.Activities.Presentation (10)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (3)
333DesignObjectWrapper.TypePropertyCollection[type] = new PropertyDescriptorCollection(descriptors.ToArray(), true); 393this.CustomValueEditors[propertyName] = result; 680instance.ValidationErrors[this.Name] = exception.Message;
System.Activities.Presentation\System\Activities\Presentation\DictionaryItemsCollection.cs (1)
54this.dictionary[key] = value;
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
1781glyphCache[new KeyValuePair<string, bool>(iconName, menuItem.IsEnabled)] = glyph;
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
511this.attachedPropertiesForNamespace[data.Namespace] = properties; 514properties[propertyName] = propertyValue;
System.Activities.Presentation\System\Activities\Presentation\View\ParserContext.cs (1)
231lookupTable[ns] = prefix;
System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
71this.table[node] = parent;
System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (1)
86viewStateSourceLocationToModelItemMapping[viewStateSrcLocation] = modelItem;
System.ComponentModel.DataAnnotations (1)
DataAnnotations\UIHintAttribute.cs (1)
225controlParameters[keyString] = value;
System.Data (10)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (3)
333DesignObjectWrapper.TypePropertyCollection[type] = new PropertyDescriptorCollection(descriptors.ToArray(), true); 393this.CustomValueEditors[propertyName] = result; 680instance.ValidationErrors[this.Name] = exception.Message;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DictionaryItemsCollection.cs (1)
54this.dictionary[key] = value;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
1781glyphCache[new KeyValuePair<string, bool>(iconName, menuItem.IsEnabled)] = glyph;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
511this.attachedPropertiesForNamespace[data.Namespace] = properties; 514properties[propertyName] = propertyValue;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ParserContext.cs (1)
231lookupTable[ns] = prefix;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
71this.table[node] = parent;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (1)
86viewStateSourceLocationToModelItemMapping[viewStateSrcLocation] = modelItem;
System.Data.Services (2)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (1)
1362childTypes[baseResourceType] = new List<ResourceType>();
System\Data\Services\Providers\ReflectionServiceProvider.cs (1)
966childTypes[baseType] = new List<ResourceType>();
System.IdentityModel (13)
System\IdentityModel\Claims\ClaimsConversionHelper.cs (2)
108newClaim.Properties[ClaimProperties.SamlNameIdentifierFormat] = samlNameIdentifierFormat; 109newClaim.Properties[ClaimProperties.SamlNameIdentifierNameQualifier] = samlNameIdentifierNameQualifier;
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (1)
126this.Properties[KeySizeProperty] = value;
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (8)
1788claim.Properties[ClaimProperties.SamlNameIdentifierFormat] = nameId.Format.AbsoluteUri; 1793claim.Properties[ClaimProperties.SamlNameIdentifierNameQualifier] = nameId.NameQualifier; 1798claim.Properties[ClaimProperties.SamlNameIdentifierSPNameQualifier] = nameId.SPNameQualifier; 1803claim.Properties[ClaimProperties.SamlNameIdentifierSPProvidedId] = nameId.SPProvidedId; 1855claim.Properties[ClaimProperties.SamlAttributeNameFormat] = attribute.NameFormat.AbsoluteUri; 1860claim.Properties[ClaimProperties.SamlAttributeDisplayName] = attribute.FriendlyName; 1933claim.Properties[ClaimProperties.SamlAttributeNameFormat] = innerAttribute.NameFormat.AbsoluteUri; 1938claim.Properties[ClaimProperties.SamlAttributeDisplayName] = innerAttribute.FriendlyName;
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
1368claim.Properties[ClaimProperties.SamlNameIdentifierFormat] = samlSubject.NameFormat; 1373claim.Properties[ClaimProperties.SamlNameIdentifierNameQualifier] = samlSubject.NameQualifier;
System.ServiceModel (78)
System\ServiceModel\Channels\ContextDictionary.cs (1)
96this.dictionaryStore[key] = value;
System\ServiceModel\Channels\ContextMessageHeader.cs (1)
140result.Context[propertyName] = reader.ReadElementString();
System\ServiceModel\Channels\HttpRequestMessageExtensionMethods.cs (2)
147properties[MessageHeadersPropertyKey] = message.Headers; 179properties[key] = value;
System\ServiceModel\Channels\PeerSecurityManager.cs (6)
872requirement.Properties[SecurityTokenRequirement.PeerAuthenticationMode] = SecurityMode.Message; 874requirement.Properties[SecurityTokenRequirement.PeerAuthenticationMode] = SecurityMode.Transport; 928requirement.Properties[SecurityTokenRequirement.PeerAuthenticationMode] = SecurityMode.Transport; 952requirement.Properties[SecurityTokenRequirement.PeerAuthenticationMode] = SecurityMode.Message; 1008requirement.Properties[SecurityTokenRequirement.PeerAuthenticationMode] = SecurityMode.Transport; 1013requirement.Properties[SecurityTokenRequirement.PeerAuthenticationMode] = SecurityMode.Message;
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (2)
72binding.OperationSupportingTokenParameters[requestAction] = requirements; 86binding.OptionalOperationSupportingTokenParameters[requestAction] = optionalRequirements;
System\ServiceModel\Channels\TransportSecurityHelpers.cs (7)
370sspiRequirement.Properties[ServiceModelSecurityTokenRequirement.HttpAuthenticationSchemeProperty] = authenticationScheme; 373sspiRequirement.Properties[ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty] = channelParameters; 417digestTokenRequirement.Properties[ServiceModelSecurityTokenRequirement.HttpAuthenticationSchemeProperty] = authenticationScheme; 420digestTokenRequirement.Properties[ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty] = channelParameters; 453certificateTokenRequirement.Properties[ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty] = channelParameters; 526usernameRequirement.Properties[ServiceModelSecurityTokenRequirement.HttpAuthenticationSchemeProperty] = authenticationScheme; 529usernameRequirement.Properties[ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty] = channelParameters;
System\ServiceModel\Security\AsymmetricSecurityProtocol.cs (3)
78requirement.Properties[ServiceModelSecurityTokenRequirement.MessageDirectionProperty] = MessageDirection.Output; 87providerRequirement.Properties[ServiceModelSecurityTokenRequirement.MessageDirectionProperty] = (this.Factory.ApplyConfidentiality) ? MessageDirection.Output : MessageDirection.Input; 95authenticatorRequirement.Properties[ServiceModelSecurityTokenRequirement.MessageDirectionProperty] = (this.Factory.ApplyConfidentiality) ? MessageDirection.Output : MessageDirection.Input;
System\ServiceModel\Security\AsymmetricSecurityProtocolFactory.cs (2)
225requirement.Properties[ServiceModelSecurityTokenRequirement.MessageDirectionProperty] = MessageDirection.Input; 256requirement.Properties[ServiceModelSecurityTokenRequirement.MessageDirectionProperty] = (this.RequiresAsymmetricTokenProviderForForwardDirection) ? MessageDirection.Input : MessageDirection.Output;
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (5)
73sspiCredentialRequirement.Properties[ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty] = parameters; 133clientX509Requirement.Properties[ServiceModelSecurityTokenRequirement.MessageDirectionProperty] = MessageDirection.Output; 137clientX509Requirement.Properties[ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty] = parameters; 151serverX509Requirement.Properties[ServiceModelSecurityTokenRequirement.MessageDirectionProperty] = MessageDirection.Input; 155serverX509Requirement.Properties[ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty] = parameters;
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (1)
681operationContext.ServiceSecurityContext.AuthorizationContext.Properties[AuthorizationPolicy.ClaimsPrincipalKey] = claimsPrincipal;
System\ServiceModel\Security\SecurityProtocol.cs (5)
191requirement.Properties[ServiceModelSecurityTokenRequirement.PrivacyNoticeUriProperty] = this.factory.PrivacyNoticeUri; 195requirement.Properties[ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty] = this.channelParameters; 198requirement.Properties[ServiceModelSecurityTokenRequirement.PrivacyNoticeVersionProperty] = this.factory.PrivacyNoticeVersion; 208requirement.Properties[ServiceModelSecurityTokenRequirement.MessageDirectionProperty] = MessageDirection.Output; 209requirement.Properties[ServiceModelSecurityTokenRequirement.SupportingTokenAttachmentModeProperty] = attachmentMode;
System\ServiceModel\Security\SecurityProtocolFactory.cs (4)
888requirement.Properties[ServiceModelSecurityTokenRequirement.ExtendedProtectionPolicy] = this.extendedProtectionPolicy; 901requirement.Properties[ServiceModelSecurityTokenRequirement.MessageDirectionProperty] = MessageDirection.Input; 902requirement.Properties[ServiceModelSecurityTokenRequirement.SupportingTokenAttachmentModeProperty] = attachmentMode; 903requirement.Properties[ServiceModelSecurityTokenRequirement.ExtendedProtectionPolicy] = this.extendedProtectionPolicy;
System\ServiceModel\Security\SecuritySessionClientSettings.cs (3)
593requirement.Properties[ServiceModelSecurityTokenRequirement.PrivacyNoticeUriProperty] = this.Settings.SessionProtocolFactory.PrivacyNoticeUri; 598requirement.Properties[ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty] = this.channelParameters; 600requirement.Properties[ServiceModelSecurityTokenRequirement.PrivacyNoticeVersionProperty] = this.Settings.SessionProtocolFactory.PrivacyNoticeVersion;
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
493requirement.Properties[ServiceModelSecurityTokenRequirement.MessageDirectionProperty] = MessageDirection.Input; 496requirement.Properties[ServiceModelSecurityTokenRequirement.EndpointFilterTableProperty] = sessionProtocolFactory.EndpointFilterTable;
System\ServiceModel\Security\SymmetricSecurityProtocol.cs (1)
69tokenRequirement.Properties[ServiceModelSecurityTokenRequirement.MessageDirectionProperty] = MessageDirection.Output;
System\ServiceModel\Security\Tokens\InitiatorServiceModelSecurityTokenRequirement.cs (4)
35this.Properties[TargetAddressProperty] = value; 47this.Properties[ViaProperty] = value; 59this.Properties[IsOutOfBandTokenProperty] = value; 71this.Properties[PreferSslCertificateAuthenticatorProperty] = value;
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (4)
972requirement.Properties[ServiceModelSecurityTokenRequirement.DefaultMessageSecurityVersionProperty] = this.DefaultMessageSecurityVersion; 979requirement.Properties[ServiceModelSecurityTokenRequirement.IssuerAddressProperty] = this.IssuerAddress; 982requirement.Properties[ServiceModelSecurityTokenRequirement.IssuerBindingProperty] = this.IssuerBinding; 984requirement.Properties[ServiceModelSecurityTokenRequirement.IssuedSecurityTokenParametersProperty] = this.Clone();
System\ServiceModel\Security\Tokens\RecipientServiceModelSecurityTokenRequirement.cs (4)
35this.Properties[ListenUriProperty] = value; 47this.Properties[AuditLogLocationProperty] = value; 59this.Properties[SuppressAuditFailureProperty] = value; 71this.Properties[MessageAuthenticationAuditLevelProperty] = value;
System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (4)
201requirement.Properties[ServiceModelSecurityTokenRequirement.SupportSecurityContextCancellationProperty] = this.RequireCancellation; 202requirement.Properties[ServiceModelSecurityTokenRequirement.SecureConversationSecurityBindingElementProperty] = this.BootstrapSecurityBindingElement; 203requirement.Properties[ServiceModelSecurityTokenRequirement.IssuerBindingContextProperty] = this.IssuerBindingContext.Clone(); 204requirement.Properties[ServiceModelSecurityTokenRequirement.IssuedSecurityTokenParametersProperty] = this.Clone();
System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenRequirement.cs (11)
59this.Properties[SupportSecurityContextCancellationProperty] = defaultSupportSecurityContextCancellation; 109this.Properties[SecurityAlgorithmSuiteProperty] = value; 121this.Properties[SecurityBindingElementProperty] = value; 133this.Properties[IssuerAddressProperty] = value; 145this.Properties[IssuerBindingProperty] = value; 157this.Properties[SecureConversationSecurityBindingElementProperty] = value; 169this.Properties[MessageSecurityVersionProperty] = value; 182this.Properties[DefaultMessageSecurityVersionProperty] = (object)value; 194this.Properties[TransportSchemeProperty] = value; 206this.Properties[SupportSecurityContextCancellationProperty] = value; 218this.Properties[duplexClientLocalAddressProperty] = value;
System\ServiceModel\Security\Tokens\SslSecurityTokenParameters.cs (3)
119requirement.Properties[ServiceModelSecurityTokenRequirement.SupportSecurityContextCancellationProperty] = this.RequireCancellation; 122requirement.Properties[ServiceModelSecurityTokenRequirement.IssuerBindingContextProperty] = this.IssuerBindingContext.Clone(); 124requirement.Properties[ServiceModelSecurityTokenRequirement.IssuedSecurityTokenParametersProperty] = this.Clone();
System\ServiceModel\Security\Tokens\SspiSecurityTokenParameters.cs (3)
99requirement.Properties[ServiceModelSecurityTokenRequirement.SupportSecurityContextCancellationProperty] = this.RequireCancellation; 102requirement.Properties[ServiceModelSecurityTokenRequirement.IssuerBindingContextProperty] = this.IssuerBindingContext.Clone(); 104requirement.Properties[ServiceModelSecurityTokenRequirement.IssuedSecurityTokenParametersProperty] = this.Clone();
System.ServiceModel.Activities (11)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
547outgoingContextMessageProperty.Context[ContextMessageProperty.InstanceIdKey] = Guid.NewGuid().ToString();
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (6)
312this.instanceOwnerMetadata[WorkflowNamespace.WorkflowHostType] = new InstanceValue(Host.DurableInstancingOptions.ScopeName); 313this.instanceMetadataChanges[WorkflowNamespace.WorkflowHostType] = new InstanceValue(Host.DurableInstancingOptions.ScopeName); 319this.instanceMetadataChanges[WorkflowServiceNamespace.Service] = new InstanceValue(Host.ServiceName, InstanceValueOptions.WriteOnly | InstanceValueOptions.Optional); 360this.instanceMetadataChanges[WorkflowServiceNamespace.SiteName] = new InstanceValue(siteName, InstanceValueOptions.WriteOnly | InstanceValueOptions.Optional); 361this.instanceMetadataChanges[WorkflowServiceNamespace.RelativeApplicationPath] = new InstanceValue(virtualPathExtension.ApplicationVirtualPath, InstanceValueOptions.WriteOnly | InstanceValueOptions.Optional); 366this.instanceMetadataChanges[WorkflowServiceNamespace.RelativeServicePath] = new InstanceValue(relativePath, InstanceValueOptions.WriteOnly | InstanceValueOptions.Optional);
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (2)
1347saveCommand.InstanceMetadataChanges[WorkflowServiceNamespace.SuspendReason] = new InstanceValue(reason.Message); 1348saveCommand.InstanceMetadataChanges[WorkflowServiceNamespace.SuspendException] = new InstanceValue(reason, InstanceValueOptions.WriteOnly | InstanceValueOptions.Optional);
System\ServiceModel\Activities\Tracking\ReceiveMessageRecord.cs (1)
32this.Data[MessagingActivityHelper.E2EActivityId] = value;
System\ServiceModel\Activities\Tracking\SendMessageRecord.cs (1)
27this.Data[MessagingActivityHelper.E2EActivityId] = value;
System.ServiceModel.Internals (1)
System\Runtime\Collections\NullableKeyDictionary.cs (1)
77this.innerDictionary[key] = value;
System.ServiceModel.Web (4)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (4)
290context.elementDepth[element] = ++instances; 301--context.elementDepth[element]; 432context.elementDepth[element] = ++instances; 451--context.elementDepth[element];
System.Web (11)
Compilation\CompilationUtil.cs (3)
490providerOptions["CompilerVersion"] = "v2.0"; 497providerOptions["CompilerVersion"] = "v3.5"; 507providerOptions["CompilerVersion"] = "v4.0";
ModelBinding\CollectionModelBinderUtil.cs (1)
33dictionary[element.Key] = element.Value;
ModelBinding\ComplexModelBinder.cs (2)
19complexModel.Results[propertyMetadata] = new ComplexModelResult(propertyBindingContext.Model, propertyBindingContext.ValidationNode); 22complexModel.Results[propertyMetadata] = null;
UI\ParsedAttributeCollection.cs (1)
87AttributeValuePositionsDictionary[name] = pair;
UI\TemplateControl.cs (4)
546dictionary[methodName] = new AsyncEventMethodInfo(parameterfulMethod, requiresCancellationToken: true); 553dictionary[methodName] = new AsyncEventMethodInfo(parameterlessMethod, requiresCancellationToken: false); 564dictionary[methodName] = new SyncEventMethodInfo(parameterfulMethod, isArgless: false); 571dictionary[methodName] = new SyncEventMethodInfo(parameterlessMethod, isArgless: true);
System.Web.DynamicData (3)
DynamicData\DynamicControl.cs (1)
326_attributes[key] = value;
DynamicData\DynamicField.cs (1)
311_attributes[key] = value;
DynamicData\Util\MetaTableHelper.cs (1)
45mapping[control] = mappingInfo;
System.Web.Extensions (5)
Script\Serialization\JavaScriptObjectDeserializer.cs (1)
158dictionary[memberName] = propVal;
Script\Serialization\JavaScriptSerializer.cs (1)
379dict[ServerTypeFieldName] = typeString;
Script\Services\WebServiceMethodData.cs (1)
195result[memberName] = ObjectConverter.ConvertObjectToType(pair.Value, paramType, Owner.Serializer);
UI\WebControls\DataSourceHelper.cs (2)
88validationErrors[referenceParameter.Name] = e; 149validationErrors[property.Name] = e;
System.Workflow.ComponentModel (11)
AuthoringOM\Activity.cs (2)
724this.DependencyPropertyValues[dependencyProp] = handlers; 774this.DependencyPropertyValues[dependencyProp] = handlers;
AuthoringOM\DependencyObject.cs (9)
130this.metaProperties[dependencyProperty] = bind; 221properties[dependencyProperty] = value; 296properties[dependencyProperty] = value; 459this.DependencyPropertyValues[ParentDependencyObjectProperty] = parentDependencyObject; 468this.DependencyPropertyValues[dependencyProperty] = propValue; 475this.DependencyPropertyValues[dependencyProperty] = propValue; 490this.DependencyPropertyValues[ParentDependencyObjectProperty] = parentDependencyObject; 499this.DependencyPropertyValues[dependencyProperty] = propValue; 506this.DependencyPropertyValues[dependencyProperty] = propValue;
System.Workflow.Runtime (2)
System\Activities\Statements\Interop.cs (2)
1622this.Owner.ActivityProperties[this.argumentName] = (Argument)value; 1680this.Owner.ActivityMetaProperties[this.literalName] = value;
System.WorkflowServices (4)
System\ServiceModel\Activities\WorkflowClientDeliverMessageWrapper.cs (1)
55context["instanceId"] = eventArgs.InstanceId.ToString();
System\ServiceModel\Dispatcher\DurableMessageDispatchInspector.cs (2)
77context.Context[WellKnownContextProperties.InstanceId] = newInstanceId; 82context.Context[WellKnownContextProperties.InstanceId] = newInstanceId;
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (1)
318context.Context[contextElement.Key] = contextElement.Value;
139 references to
ComSvcConfig (3)
SvcFileManager.cs (3)
268string typeName = dictionary[factoryAttributeName]; 270Type compiledType = factoryType.Assembly.GetType(dictionary[factoryAttributeName], false); 276string comPlusText = dictionary[serviceAttributeName];
mscorlib (3)
system\collections\objectmodel\readonlydictionary.cs (2)
93return m_dictionary[key]; 108return m_dictionary[key];
system\security\claims\Claim.cs (1)
600writer.Write(Properties[key]);
PresentationCore (4)
Core\CSharp\System\Windows\Media\CultureSpecificStringDictionary.cs (2)
234get { return _innerDictionary[key]; } 269return _innerDictionary[language];
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (2)
191double fontAdvance = _sideways ? _glyphTypeface.AdvanceHeights[fontIndex] : _glyphTypeface.AdvanceWidths[fontIndex];
PresentationFramework (12)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
221string id = locatorPart.NameValuePairs[ValueAttributeName];
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
193string pageNumberString = locatorPart.NameValuePairs[ValueAttributeName];
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (2)
323string stringCount = locatorPart.NameValuePairs["Count"]; 520string segmentValue = locatorPart.NameValuePairs[TextSelectionProcessor.SegmentAttribute + segmentNumber.ToString(NumberFormatInfo.InvariantInfo)];
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (3)
223string stringCount = locatorPart.NameValuePairs[CountAttribute]; 380string stringCount = locatorPart.NameValuePairs[CountAttribute]; 461string segmentString = locatorPart.NameValuePairs[SegmentAttribute + segmentNumber.ToString(NumberFormatInfo.InvariantInfo)];
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
381GetPageAsyncRequest asyncRequest = _asyncOps[userState];
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
456double advFont = typeFace.AdvanceWidths[glyphRun.GlyphIndices[glyphIndex]] * glyphRun.FontRenderingEmSize;
src\Framework\System\Windows\Documents\Glyphs.cs (2)
475double advance = sideways ? glyphTypeface.AdvanceHeights[glyphIndex] : glyphTypeface.AdvanceWidths[glyphIndex];
src\Framework\System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (1)
213return _dictionary[key];
System (3)
net\System\Net\mail\SmtpDateTime.cs (1)
403timeZone = timeZoneOffsetLookup[timeZoneString];
net\System\Net\mail\TrackingValidationObjectDictionary.cs (2)
66object valueToAdd = validators[key](value); 131return internalObjects[key];
System.Activities (5)
System\Activities\HybridDictionary.cs (1)
89return this.dictionary[key];
System\Activities\Runtime\ActivityExecutor.cs (1)
2820newLocation.Value = inputParameters[delegateParameterName];
System\Activities\Statements\InvokeDelegate.cs (1)
162DelegateArguments[entry.Key].Set(context, entry.Value);
System\Activities\Statements\Tracking\StateMachineStateRecord.cs (2)
67return Data[StateMachineKey].ToString(); 89return Data[StateKey].ToString();
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\GenericFlowSwitchHelper.cs (4)
75if (clonedFlowElements.ContainsKey(currentFlowSwitch.Cases[key])) 77clonedFlowSwitch.Cases.Add(key, clonedFlowElements[currentFlowSwitch.Cases[key]]); 126if (oldNewFlowNodeMap.ContainsKey(currentFlowSwitch.Cases[key])) 128keyValueMap.Add(key, oldNewFlowNodeMap[currentFlowSwitch.Cases[key]]);
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (4)
323PropertyGetter = (instance) => (!instance.IsPropertyValid(localPropertyName) ? instance.validationErrors[localPropertyName] : string.Empty), 336return DesignObjectWrapper.TypePropertyCollection[type]; 380result = this.CustomValueEditors[propertyName]; 574PropertyDescriptorCollection properties = DesignObjectWrapper.TypePropertyCollection[type];
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1467activityType = Type.GetType(context["TypeName"]);
System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (1)
129return map[exactSourceLocation];
System.AddIn (3)
System\Addin\Hosting\AddInToken.cs (2)
95IDictionary<String, String> pairs = QualificationData[t]; 111IDictionary<String, String> pairs = QualificationData[t];
System\Addin\Hosting\ReadOnlyDictionary.cs (1)
57return m_dictionary[key];
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (4)
323PropertyGetter = (instance) => (!instance.IsPropertyValid(localPropertyName) ? instance.validationErrors[localPropertyName] : string.Empty), 336return DesignObjectWrapper.TypePropertyCollection[type]; 380result = this.CustomValueEditors[propertyName]; 574PropertyDescriptorCollection properties = DesignObjectWrapper.TypePropertyCollection[type];
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1467activityType = Type.GetType(context["TypeName"]);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (1)
129return map[exactSourceLocation];
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
188if (customProviders[key] == null)
System.Data.Services (9)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (6)
882ResourceType resourceType = knownTypes[elementType]; 1360if (childTypes[baseResourceType] == null) 1365childTypes[baseResourceType].Add(resourceType); 1421propertyType = knownTypes[propertyInfo.PropertyType]; 1425propertyType = knownTypes[propertyInfo.PropertyType]; 1431propertyType = knownTypes[propertyClrType];
System\Data\Services\Providers\ReflectionServiceProvider.cs (2)
964if (childTypes[baseType] == null) 969childTypes[baseType].Add(resourceType);
System\Data\Services\RequestUriProcessor.cs (1)
1229keyValue = key.NamedValues[keyProperty.Name];
System.IdentityModel (8)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (6)
1099string nameFormat = claim.Properties[ClaimProperties.SamlAttributeNameFormat]; 1110attribute.FriendlyName = claim.Properties[ClaimProperties.SamlAttributeDisplayName]; 1439nameIdentifierFormat = claim.Properties[ClaimProperties.SamlNameIdentifierFormat]; 1444nameIdentifierNameQualifier = claim.Properties[ClaimProperties.SamlNameIdentifierNameQualifier]; 1449nameIdentifierSpNameQualifier = claim.Properties[ClaimProperties.SamlNameIdentifierSPNameQualifier]; 1454nameIdentifierSpProviderId = claim.Properties[ClaimProperties.SamlNameIdentifierSPProvidedId];
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
589samlSubject.NameFormat = identityClaim.Properties[ClaimProperties.SamlNameIdentifierFormat]; 594samlSubject.NameQualifier = identityClaim.Properties[ClaimProperties.SamlNameIdentifierNameQualifier];
System.ServiceModel (19)
System\ServiceModel\Channels\ContextDictionary.cs (1)
87return this.dictionaryStore[key];
System\ServiceModel\Channels\SecurityBindingElement.cs (4)
1853sb.AppendLine(" " + this.OperationSupportingTokenParameters[requestAction].ToString().Trim().Replace("\n", "\n ")); 1865sb.AppendLine(" " + this.OptionalOperationSupportingTokenParameters[requestAction].ToString().Trim().Replace("\n", "\n ")); 2419requirements = binding.OperationSupportingTokenParameters[message.Action]; 2423optionalRequirements = binding.OptionalOperationSupportingTokenParameters[message.Action];
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
503SupportingTokenParameters stp2 = b2.OperationSupportingTokenParameters[operation1.Key];
System\ServiceModel\Configuration\UnrecognizedPolicyAssertionElement.cs (1)
79foreach (XmlElement assertion in this.operationAssertions[operation])
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
336AuthenticationSchemes authScheme = (AuthenticationSchemes)requirement.Properties[ServiceModelSecurityTokenRequirement.HttpAuthenticationSchemeProperty];
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (1)
587listenUri = tokenRequirement.Properties[ListenUriProperty] as Uri;
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (1)
678ClaimsPrincipal claimsPrincipal = operationContext.ServiceSecurityContext.AuthorizationContext.Properties[AuthorizationPolicy.ClaimsPrincipalKey] as ClaimsPrincipal;
System\ServiceModel\Security\SecurityProtocol.cs (3)
385AddSupportingTokenProviders(this.factory.SecurityBindingElement.OperationSupportingTokenParameters[action], false, providerSpecList); 401this.AddSupportingTokenProviders(this.factory.SecurityBindingElement.OptionalOperationSupportingTokenParameters[action], true, providerSpecList); 511security.IncomingSupportingTokens.Add(new SupportingTokenSpecification(tokens[i], tokenPoliciesMapping[tokens[i]], attachmentMode));
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
1004AddSupportingTokenAuthenticators(this.securityBindingElement.OperationSupportingTokenParameters[action], false, authenticatorSpecList); 1020this.AddSupportingTokenAuthenticators(this.securityBindingElement.OptionalOperationSupportingTokenParameters[action], true, authenticatorSpecList);
System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenRequirement.cs (1)
239object propertyValue = this.Properties[propertyName];
System\ServiceModel\ServiceHost.cs (1)
1610return this.implementedContracts != null && this.implementedContracts.ContainsKey(contractName) ? this.implementedContracts[contractName] : null;
System\UriTemplate.cs (2)
719string value = extraQueryParameters[key]; 1313ProcessBindParameter(key, parameters[key], normalizedParameters, ref extraParameters);
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedTransportConfigurationManager.cs (1)
272return configurations[scheme];
System\ServiceModel\Activation\MetabaseSettings.cs (1)
63return bindingsTable[scheme];
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Tracking\ReceiveMessageRecord.cs (2)
27return (Guid)this.Data[MessagingActivityHelper.E2EActivityId]; 40return (Guid)this.Data[MessagingActivityHelper.MessageId];
System\ServiceModel\Activities\Tracking\SendMessageRecord.cs (1)
32return (Guid)this.Data[MessagingActivityHelper.E2EActivityId];
System.ServiceModel.Internals (2)
System\Runtime\Collections\NullableKeyDictionary.cs (1)
65return this.innerDictionary[key];
System\Runtime\ReadOnlyDictionaryInternal.cs (1)
46return this.dictionary[key];
System.ServiceModel.WasHosting (2)
System\ServiceModel\WasHosting\MetabaseSettingsIis7.cs (2)
332bindingList[protocol].Add(bindingInformation); 665bindingList[protocol].Add(bindingInformation);
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\DemultiplexingClientMessageFormatter.cs (1)
29this.formatters.Add(key, formatters[key]);
System\ServiceModel\Dispatcher\DemultiplexingDispatchMessageFormatter.cs (1)
30this.formatters.Add(key, formatters[key]);
System.Web (4)
Compilation\BuildManager.cs (1)
2105AssemblyReferenceInfo info = TheBuildManager.TopLevelAssembliesIndexTable[virtualCodeDir.VirtualPathString];
Compilation\CompilationUtil.cs (1)
267string value = providerOptions[key];
UI\ControlBuilder.cs (2)
2943line = (int)attributeValuePositions[name].First; 2944column = (int)attributeValuePositions[name].Second;
System.Web.DynamicData (4)
DynamicData\DynamicControl.cs (1)
316return _attributes[key];
DynamicData\DynamicField.cs (1)
301return _attributes[key];
DynamicData\ModelProviders\EFDataModelProvider.cs (1)
59currentEntitySet = entitySetLookup[entityType];
DynamicData\QueryStringHandler.cs (1)
48string value = SanitizeParameterComponent(parameters[s]);
System.Web.Extensions (6)
Script\Serialization\ObjectConverter.cs (2)
211if (!ConvertObjectToTypeMain(dictionary[memberName], valueType, serializer, throwOnError, out memberObject)) { 240object propertyValue = dictionary[memberName];
Script\Services\WebServiceMethodData.cs (1)
192Type paramType = paramDataDictionary[memberName].ParameterInfo.ParameterType;
UI\WebControls\LinqDataSourceView.cs (3)
871(columns[p.Name].IsPrimaryKey || 872columns[p.Name].IsVersion || 873(columns[p.Name].UpdateCheck != UpdateCheck.Never)));
System.Workflow.ComponentModel (23)
AuthoringOM\Activity.cs (5)
719handlers = this.DependencyPropertyValues[dependencyProp] as IList; 732IList handlers = this.DependencyPropertyValues[dependencyProp] as IList; 745handlers = this.DependencyPropertyValues[dependencyProp] as IList; 769handlers = this.DependencyPropertyValues[dependencyProp] as IList; 797IList handlers = this.DependencyPropertyValues[dependencyProp] as IList;
AuthoringOM\ComponentFactoryHelpers.cs (1)
150extenderProviders = componentExtenderMap[extendingType];
AuthoringOM\DependencyObject.cs (12)
151return (this.metaProperties.ContainsKey(dependencyProperty) ? this.metaProperties[dependencyProperty] as ActivityBind : null); 285oldMetaValue = this.metaProperties[dependencyProperty]; 359eventListeners = (ArrayList)properties[dependencyEvent]; 390ArrayList eventListeners = (ArrayList)properties[dependencyEvent]; 409ArrayList handlers = properties[dependencyEvent] as ArrayList; 436this.metaProperties[dependencyProperty] is ActivityBind); 464object propValue = this.metaProperties[dependencyProperty]; 495object propValue = this.metaProperties[dependencyProperty]; 536object originalPropValue = originalObject.DependencyPropertyValues[keyValuePair.Key]; 575if (properties[dependencyEvent] is ActivityBind) 580delegateValue = (T)this.GetBoundValue((ActivityBind)properties[dependencyEvent], typeof(T)); 587foreach (object value in (ArrayList)properties[dependencyEvent])
AuthoringOM\DependencyProperty.cs (1)
133dp = DependencyProperty.dependencyProperties[hashCode];
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
722exception = this.localTypeProvider.TypeLoadErrors[fileDialog.FileName];
AuthoringOM\Design\Themes.cs (1)
424string[] standardThemeParams = StandardThemes[standardThemeType] as string[];
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (2)
837propertyValue = dependencyProperties[dependencyProperty]; 975propertyValue = dependencyProperties[dependencyProperty];
System.Workflow.Runtime (2)
Hosting\SharedConnectionWorkflowTransactionService.cs (1)
289return transactionConnectionTable[transaction];
WorkflowExecutor.cs (1)
374propertyInfo.SetValue(this.rootActivity, namedInArguments[arg], null);
System.WorkflowServices (3)
System\ServiceModel\SerializableReadOnlyDictionary.cs (1)
74return this.dictionary[key];
System\Workflow\Activities\ReceiveActivity.cs (2)
685contractDescription = context.Contracts[ContractDescription.GetContract(interfaceType).ConfigurationName]; 1467activity.Name, parameterInfo.Value, this.notNullableParameters[parameterInfo.Key])));