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