1 instantiation of CloneCacheEntry
PresentationFramework (1)
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
2078clonesMap[dp.GlobalIndex] = new CloneCacheEntry(source, clone);
5 references to CloneCacheEntry
PresentationFramework (5)
src\Framework\System\Windows\Media\Animation\Storyboard.cs (5)
960CloneCacheEntry cacheEntry = GetComplexPathClone(targetObject, targetProperty); 1033private static void CloneEffectiveValue(ref EffectiveValueEntry entry, CloneCacheEntry cacheEntry) 2051private static CloneCacheEntry GetComplexPathClone(DependencyObject o, DependencyProperty dp) 2060return (CloneCacheEntry)clonesMap[dp.GlobalIndex]; 2135CloneCacheEntry cacheEntry = GetComplexPathClone( _target, _property );