1 write to Clone
PresentationFramework (1)
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
2095Clone = clone;
3 references to Clone
PresentationFramework (3)
src\Framework\System\Windows\Media\Animation\Storyboard.cs (3)
999entry.SetAnimatedValue(cacheEntry.Clone, DependencyProperty.UnsetValue); 1035object clonedValue = cacheEntry.Clone; 2139if( cacheEntry != null && cacheEntry.Clone == _clone )