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