4 writes to _snapshotValue
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (4)
534_snapshotValue = DependencyProperty.UnsetValue; 629storage._snapshotValue = d.GetValue(dp); 813storage._snapshotValue = DependencyProperty.UnsetValue; 866storage._snapshotValue = d.GetValue(dp);
6 references to _snapshotValue
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (6)
56&& _snapshotValue == DependencyProperty.UnsetValue; 919return storage._snapshotValue; 925Debug.Assert(storage._snapshotValue != DependencyProperty.UnsetValue); 927return storage._snapshotValue; 974if (storage._snapshotValue != DependencyProperty.UnsetValue) 976currentLayerValue = storage._snapshotValue;