16 references to Keys
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (1)
757IList<Int64> keys = propertyTriggerLayers.Keys;
System.IdentityModel (1)
System\IdentityModel\Metadata\IndexedProtocolEndpointDictionary.cs (1)
40return this[this.Keys[0]];
System.ServiceModel (3)
System\ServiceModel\Channels\CorrelationKey.cs (2)
125key.Append(sortedKeyData.Keys[i]); 129checksum.Append(sortedKeyData.Keys[i].Length.ToString(NumberFormatInfo.InvariantInfo));
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (1)
44if (null != opDescription.Messages[0].Action && !this.actionToOperation.Keys.Contains(opDescription.Messages[0].Action))
WindowsBase (11)
Base\MS\Internal\PriorityQueue.cs (6)
30return (DispatcherPriority) _priorityChains.Keys[count - 1]; 140if(priority == (DispatcherPriority) _priorityChains.Keys[0]) 144else if(priority == (DispatcherPriority) _priorityChains.Keys[count - 1]) 148else if((priority > (DispatcherPriority) _priorityChains.Keys[0]) && 149(priority < (DispatcherPriority) _priorityChains.Keys[count - 1])) 289if(item.Chain.Priority == (DispatcherPriority) _priorityChains.Keys[_priorityChains.Count - 1])
Base\System\IO\Packaging\Package.cs (5)
1172precedingPartName = _partList.Keys[index - 1].NormalizedPartUriString; 1177followingPartName = _partList.Keys[index + 1].NormalizedPartUriString; 1298PackUriHelper.ValidatedPartUri[] partKeys = new PackUriHelper.ValidatedPartUri[_partList.Keys.Count]; 1300foreach (PackUriHelper.ValidatedPartUri uri in _partList.Keys) 1309for (int i = 0; i < _partList.Keys.Count; i++)