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