12 references to Values
Aspire.Dashboard (1)
Components\Controls\Chart\MetricTable.razor.cs (1)
30
private IQueryable<MetricViewBase> _metricsView => _metrics.
Values
.AsEnumerable().Reverse().ToList().AsQueryable();
Microsoft.DotNet.XliffTasks (2)
Model\XlfDocument.cs (2)
244
foreach (XElement transUnit in sortedTransUnits.
Values
)
250
bodyElement.Add(sortedTransUnits.
Values
);
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
940
IList<AnimationLayer> layers = storage._propertyTriggerLayers.
Values
;
PresentationFramework (6)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1395
OnTextChanged(new TextChangedEventArgs(TextChangedEvent, undoAction, new ReadOnlyCollection<TextChange>(e.Changes.
Values
)));
System\Windows\Documents\TextContainerChangedEventArgs.cs (5)
209
change = Changes.
Values
[keyIndex];
285
TextChange prevChange = Changes.
Values
[curIndex];
311
while (curIndex < Changes.Count && Changes.
Values
[curIndex].Offset <= offset + length)
316
MergeTextChangeRight(Changes.
Values
[curIndex], change, offset, length);
333
TextChange curChange = Changes.
Values
[curIndex];
System.IO.Packaging (1)
System\IO\Packaging\PackagePartCollection.cs (1)
46
return _partList.
Values
.GetEnumerator();
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionList.cs (1)
64
DesignerActionItemCollection returnValue = [.. items.
Values
];