12 references to Values
Aspire.Dashboard (1)
Components\Controls\Chart\MetricTable.razor.cs (1)
29
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)
947
IList<AnimationLayer> layers = storage._propertyTriggerLayers.
Values
;
PresentationFramework (6)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1450
OnTextChanged(new TextChangedEventArgs(TextChangedEvent, undoAction, new ReadOnlyCollection<TextChange>(e.Changes.
Values
)));
System\Windows\Documents\TextContainerChangedEventArgs.cs (5)
210
change = Changes.
Values
[keyIndex];
286
TextChange prevChange = Changes.
Values
[curIndex];
312
while (curIndex < Changes.Count && Changes.
Values
[curIndex].Offset <= offset + length)
317
MergeTextChangeRight(Changes.
Values
[curIndex], change, offset, length);
334
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
];