4 writes to _snapshotValue
PresentationCore (4)
System\Windows\Media\Animation\AnimationStorage.cs (4)
528_snapshotValue = DependencyProperty.UnsetValue; 621storage._snapshotValue = d.GetValue(dp); 804storage._snapshotValue = DependencyProperty.UnsetValue; 857storage._snapshotValue = d.GetValue(dp);
6 references to _snapshotValue
PresentationCore (6)
System\Windows\Media\Animation\AnimationStorage.cs (6)
54&& _snapshotValue == DependencyProperty.UnsetValue; 910return storage._snapshotValue; 916Debug.Assert(storage._snapshotValue != DependencyProperty.UnsetValue); 918return storage._snapshotValue; 965if (storage._snapshotValue != DependencyProperty.UnsetValue) 967currentLayerValue = storage._snapshotValue;