4 writes to _snapshotValue
PresentationCore (4)
System\Windows\Media\Animation\AnimationStorage.cs (4)
536_snapshotValue = DependencyProperty.UnsetValue; 629storage._snapshotValue = d.GetValue(dp); 812storage._snapshotValue = DependencyProperty.UnsetValue; 865storage._snapshotValue = d.GetValue(dp);
6 references to _snapshotValue
PresentationCore (6)
System\Windows\Media\Animation\AnimationStorage.cs (6)
58&& _snapshotValue == DependencyProperty.UnsetValue; 918return storage._snapshotValue; 924Debug.Assert(storage._snapshotValue != DependencyProperty.UnsetValue); 926return storage._snapshotValue; 973if (storage._snapshotValue != DependencyProperty.UnsetValue) 975currentLayerValue = storage._snapshotValue;