1 instantiation of CloneCacheEntry
PresentationFramework (1)
System\Windows\Media\Animation\Storyboard.cs (1)
2072clonesMap[dp.GlobalIndex] = new CloneCacheEntry(source, clone);
5 references to CloneCacheEntry
PresentationFramework (5)
System\Windows\Media\Animation\Storyboard.cs (5)
958CloneCacheEntry cacheEntry = GetComplexPathClone(targetObject, targetProperty); 1031private static void CloneEffectiveValue(ref EffectiveValueEntry entry, CloneCacheEntry cacheEntry) 2045private static CloneCacheEntry GetComplexPathClone(DependencyObject o, DependencyProperty dp) 2054return (CloneCacheEntry)clonesMap[dp.GlobalIndex]; 2129CloneCacheEntry cacheEntry = GetComplexPathClone( _target, _property );