4 writes to _snapshotValue
PresentationCore (4)
System\Windows\Media\Animation\AnimationStorage.cs (4)
533_snapshotValue = DependencyProperty.UnsetValue; 626storage._snapshotValue = d.GetValue(dp); 809storage._snapshotValue = DependencyProperty.UnsetValue; 862storage._snapshotValue = d.GetValue(dp);
6 references to _snapshotValue
PresentationCore (6)
System\Windows\Media\Animation\AnimationStorage.cs (6)
55&& _snapshotValue == DependencyProperty.UnsetValue; 915return storage._snapshotValue; 921Debug.Assert(storage._snapshotValue != DependencyProperty.UnsetValue); 923return storage._snapshotValue; 970if (storage._snapshotValue != DependencyProperty.UnsetValue) 972currentLayerValue = storage._snapshotValue;