5 references to CachedValueItem
PresentationFramework (5)
MS\Internal\Data\SortFieldComparer.cs (5)
90
CachedValueItem
[] list = new
CachedValueItem
[n];
145
if (o is
CachedValueItem
)
147
return GetValueFromCVI((
CachedValueItem
)o);
155
private object GetValueFromCVI(
CachedValueItem
cvi)