2 writes to _clone
PresentationFramework (2)
System\Windows\Media\Animation\Storyboard.cs (2)
2122_clone = clone; 2216_clone = null;
3 references to _clone
PresentationFramework (3)
System\Windows\Media\Animation\Storyboard.cs (3)
2136if( cacheEntry != null && cacheEntry.Clone == _clone ) 2177_clone.Changed += changeEventHandler; 2202_clone.Changed -= changeEventHandler;