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