2 writes to _clone
PresentationFramework (2)
System\Windows\Media\Animation\Storyboard.cs (2)
2119_clone = clone; 2213_clone = null;
3 references to _clone
PresentationFramework (3)
System\Windows\Media\Animation\Storyboard.cs (3)
2133if( cacheEntry != null && cacheEntry.Clone == _clone ) 2174_clone.Changed += changeEventHandler; 2199_clone.Changed -= changeEventHandler;