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