5 references to CachedValueItem
PresentationFramework (5)
src\Framework\MS\Internal\Data\SortFieldComparer.cs (5)
101
CachedValueItem
[] list = new
CachedValueItem
[n];
156
if (o is
CachedValueItem
)
158
return GetValueFromCVI((
CachedValueItem
)o);
166
object GetValueFromCVI(
CachedValueItem
cvi)