1 write to Clone
PresentationFramework (1)
System\Windows\Media\Animation\Storyboard.cs (1)
2092Clone = clone;
3 references to Clone
PresentationFramework (3)
System\Windows\Media\Animation\Storyboard.cs (3)
1000entry.SetAnimatedValue(cacheEntry.Clone, DependencyProperty.UnsetValue); 1036object clonedValue = cacheEntry.Clone; 2136if( cacheEntry != null && cacheEntry.Clone == _clone )