4 writes to _snapshotValue
PresentationCore (4)
System\Windows\Media\Animation\AnimationStorage.cs (4)
535_snapshotValue = DependencyProperty.UnsetValue; 628storage._snapshotValue = d.GetValue(dp); 811storage._snapshotValue = DependencyProperty.UnsetValue; 864storage._snapshotValue = d.GetValue(dp);
6 references to _snapshotValue
PresentationCore (6)
System\Windows\Media\Animation\AnimationStorage.cs (6)
55&& _snapshotValue == DependencyProperty.UnsetValue; 917return storage._snapshotValue; 923Debug.Assert(storage._snapshotValue != DependencyProperty.UnsetValue); 925return storage._snapshotValue; 972if (storage._snapshotValue != DependencyProperty.UnsetValue) 974currentLayerValue = storage._snapshotValue;