4 writes to _snapshotValue
PresentationCore (4)
System\Windows\Media\Animation\AnimationStorage.cs (4)
533
_snapshotValue
= DependencyProperty.UnsetValue;
626
storage.
_snapshotValue
= d.GetValue(dp);
809
storage.
_snapshotValue
= DependencyProperty.UnsetValue;
862
storage.
_snapshotValue
= d.GetValue(dp);
6 references to _snapshotValue
PresentationCore (6)
System\Windows\Media\Animation\AnimationStorage.cs (6)
55
&&
_snapshotValue
== DependencyProperty.UnsetValue;
915
return storage.
_snapshotValue
;
921
Debug.Assert(storage.
_snapshotValue
!= DependencyProperty.UnsetValue);
923
return storage.
_snapshotValue
;
970
if (storage.
_snapshotValue
!= DependencyProperty.UnsetValue)
972
currentLayerValue = storage.
_snapshotValue
;