6 references to Keys
Aspire.Dashboard (1)
Components\Controls\Chart\MetricTable.razor.cs (1)
214
addedXValues = newMetrics.
Keys
.Where(newKey => newKey > latestCurrentMetric || latestCurrentMetric == null).ToHashSet();
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
756
IList<Int64> keys = propertyTriggerLayers.
Keys
;
System.IO.Packaging (4)
System\IO\Packaging\Package.cs (4)
995
precedingPartName = _partList.
Keys
[index - 1].NormalizedPartUriString;
1000
followingPartName = _partList.
Keys
[index + 1].NormalizedPartUriString;
1064
PackUriHelper.ValidatedPartUri[] partKeys = new PackUriHelper.ValidatedPartUri[_partList.
Keys
.Count];
1066
foreach (PackUriHelper.ValidatedPartUri uri in _partList.
Keys
)