4 writes to _snapshotValue
PresentationCore (4)
System\Windows\Media\Animation\AnimationStorage.cs (4)
529_snapshotValue = DependencyProperty.UnsetValue; 622storage._snapshotValue = d.GetValue(dp); 805storage._snapshotValue = DependencyProperty.UnsetValue; 858storage._snapshotValue = d.GetValue(dp);
6 references to _snapshotValue
PresentationCore (6)
System\Windows\Media\Animation\AnimationStorage.cs (6)
55&& _snapshotValue == DependencyProperty.UnsetValue; 911return storage._snapshotValue; 917Debug.Assert(storage._snapshotValue != DependencyProperty.UnsetValue); 919return storage._snapshotValue; 966if (storage._snapshotValue != DependencyProperty.UnsetValue) 968currentLayerValue = storage._snapshotValue;