2 writes to _clone
PresentationFramework (2)
System\Windows\Media\Animation\Storyboard.cs (2)
2100_clone = clone; 2194_clone = null;
3 references to _clone
PresentationFramework (3)
System\Windows\Media\Animation\Storyboard.cs (3)
2114if( cacheEntry != null && cacheEntry.Clone == _clone ) 2155_clone.Changed += changeEventHandler; 2180_clone.Changed -= changeEventHandler;