2 writes to _clone
PresentationFramework (2)
src\Framework\System\Windows\Media\Animation\Storyboard.cs (2)
2125
_clone
= clone;
2219
_clone
= null;
3 references to _clone
PresentationFramework (3)
src\Framework\System\Windows\Media\Animation\Storyboard.cs (3)
2139
if( cacheEntry != null && cacheEntry.Clone ==
_clone
)
2180
_clone
.Changed += changeEventHandler;
2205
_clone
.Changed -= changeEventHandler;