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